Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/ai/nncore/nncoretest/src/
DHdiTensorDescTest.cpp170 int32_t* shape = nullptr; variable
184 int32_t* shape = nullptr; variable
202 int32_t* shape = nullptr; variable
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.h34 std::vector<int32_t> shape; member
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.h34 std::vector<int32_t> shape; member
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
DExecutorTest.cpp299 int32_t shape[4] = {1, 100, 100, 11}; variable
334 int32_t shape[4] = {1, 1, 1, 1}; //minInputDims variable
369 int32_t shape[4] = {1, 100, 100, 10}; //maxInputDims variable
/test/xts/acts/ai/nncore/common/
Dnncore_utils.h34 std::vector<int32_t> shape; member
Dnncore_utils.cpp29 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_… in createTensorDesc()
/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_c_api_test_mslite.cpp240 const int64_t *shape = OH_AI_TensorGetShape(tensor, &shape_num); in FillInputsData() local
2188 const int64_t *shape = OH_AI_TensorGetShape(tensor, &shape_num); variable