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/
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)};
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)};
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)};
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)};
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)};
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)};
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)};