Searched refs:input1_shape (Results 1 – 7 of 7) sorted by relevance
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | less_test.cpp | 43 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)};
|
| D | select_test.cpp | 82 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)};
|
| D | pow_test.cpp | 67 const std::vector<int32_t> input1_shape = {1}; member 75 … OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, sizeof(float)};
|
| D | greater_test.cpp | 59 const std::vector<int32_t> input1_shape = {4}; member 65 …OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 4*sizeof(float)};
|
| D | equal_test.cpp | 59 const std::vector<int32_t> input1_shape = {4}; member 65 …OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 4*sizeof(float)};
|
| D | not_equal_test.cpp | 59 const std::vector<int32_t> input1_shape = {4}; member 65 …OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 4*sizeof(float)};
|
| D | greater_equal_test.cpp | 59 const std::vector<int32_t> input1_shape = {4}; member 65 …OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, input1_shape, input1Value, 4*sizeof(float)};
|