Home
last modified time | relevance | path

Searched refs:input0_shape (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/ai/nncore/opstest/src/
Dselect_test.cpp62 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)};
Dpow_test.cpp66 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)};