Searched refs:shape_shape (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | scatter_nd_test.cpp | 28 const std::vector<int32_t> shape_shape = {1}; member 37 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, sizeof(float)}; 49 const std::vector<int32_t> shape_shape = {2}; member 58 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 2*sizeof(float)}; 70 const std::vector<int32_t> shape_shape = {2}; member 79 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 2*sizeof(float)}; 91 const std::vector<int32_t> shape_shape = {3}; member 100 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)};
|
| D | crop_test.cpp | 27 const std::vector<int32_t> shape_shape = {3}; member 37 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)}; 50 const std::vector<int32_t> shape_shape = {3}; member 60 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)}; 73 const std::vector<int32_t> shape_shape = {3}; member 83 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)};
|