Searched refs:input0_shape (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | select_test.cpp | 62 const std::vector<int32_t> input0_shape = {2}; member 69 OHNNOperandTest input0 = {OH_NN_BOOL, OH_NN_TENSOR, input0_shape, input0Value, 2*sizeof(bool)}; 81 const std::vector<int32_t> input0_shape = {2}; member 89 OHNNOperandTest input0 = {OH_NN_BOOL, OH_NN_TENSOR, input0_shape, input0Value, 2*sizeof(bool)};
|
| D | pow_test.cpp | 66 const std::vector<int32_t> input0_shape = {2}; member 74 …OHNNOperandTest input0 = {OH_NN_FLOAT32, OH_NN_TENSOR, input0_shape, input0Value, 2*sizeof(float)}; 76 …OHNNOperandTest output = {OH_NN_FLOAT32, OH_NN_TENSOR, input0_shape, outputValue, 2*sizeof(float)};
|