Searched refs:input2Value (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | select_test.cpp | 29 float input2Value[1] = {4}; member 34 … OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input2Value, sizeof(float)}; 47 float input2Value[3] = {4, 5, 6}; member 52 …OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input2Value, 3*sizeof(float)}; 66 float input2Value[3] = {4, 5, 6}; member 71 … OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, input2Value, 3*sizeof(float)}; 86 float input2Value[4] = {4, 5, 6, 7}; member 91 …OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, input2_shape, input2Value, 4*sizeof(float)};
|
| D | where_test.cpp | 29 float input2Value[3] = {4, 5, 6}; member 34 …OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input2Value, 3*sizeof(float)}; 47 float input2Value[3] = {7, 8, 9}; member 52 …OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input2Value, 3*sizeof(float)}; 65 float input2Value[1] = {3}; member 70 OHNNOperandTest input2 = {OH_NN_FLOAT32, OH_NN_TENSOR, {1}, input2Value, sizeof(float)};
|