Home
last modified time | relevance | path

Searched refs:input1_shape (Results 1 - 7 of 7) sorted by relevance

/test/xts/acts/ai/nncore/opstest/src/
H A Dless_test.cpp43 const std::vector<int32_t> input1_shape = {3, 1}; member
49 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 3*sizeof(float)};
60 const std::vector<int32_t> input1_shape = {4}; member
66 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 4*sizeof(float)};
H A Dselect_test.cpp82 const std::vector<int32_t> input1_shape = {3}; member
90 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 3*sizeof(float)};
92 OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, outputValue, 3*sizeof(float)};
H A Dnot_equal_test.cpp59 const std::vector<int32_t> input1_shape = {4}; member
65 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 4*sizeof(float)};
H A Dpow_test.cpp67 const std::vector<int32_t> input1_shape = {1}; member
75 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, sizeof(float)};
H A Dgreater_test.cpp59 const std::vector<int32_t> input1_shape = {4}; member
65 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 4*sizeof(float)};
H A Dgreater_equal_test.cpp59 const std::vector<int32_t> input1_shape = {4}; member
65 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 4*sizeof(float)};
H A Dequal_test.cpp59 const std::vector<int32_t> input1_shape = {4}; member
65 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 4*sizeof(float)};

Completed in 10 milliseconds