| /test/xts/acts/ai/neural_network_runtime/neural_network_core/entry/src/main/cpp/ |
| D | NeuralNetworkCoreTest.cpp | 205 int shape[] = {SHAPE_VALUE_32, SHAPE_VALUE_28, SHAPE_VALUE_28}; in NNTensorDesc_SetShapeA() local 216 int shape[] = {SHAPE_VALUE_32, SHAPE_VALUE_28, SHAPE_VALUE_28}; in NNTensorDesc_SetShapeB() local 245 int shape[] = {SHAPE_VALUE_32, SHAPE_VALUE_28, SHAPE_VALUE_28}; in NNTensorDesc_SetShapeD() local 260 int *shape = nullptr; in NNTensorDesc_GetShapeA() local 272 int *shape = nullptr; in NNTensorDesc_GetShapeB() local 303 int *shape = nullptr; in NNTensorDesc_GetShapeD() local 383 int shape[] = {SHAPE_VALUE_32, SHAPE_VALUE_28, SHAPE_VALUE_28}; in NNTensorDesc_GetElementCountA() local 400 int shape[] = {SHAPE_VALUE_32, SHAPE_VALUE_28, SHAPE_VALUE_28}; in NNTensorDesc_GetElementCountB() local 420 int shape[] = {SHAPE_VALUE_32, SHAPE_VALUE_28, SHAPE_VALUE_28}; in NNTensorDesc_GetElementCountC() local 441 int *shape = static_cast<int *>(std::malloc(sizeof(int) * SHAPE_SIZE)); in NNTensorDesc_GetElementCountD() local [all …]
|
| D | NeuralNetworkTensorTypeTest.cpp | 193 NN_TensorDesc *createTensorDesc(const int32_t *shape, size_t shapeNum, OH_NN_DataType dataType, OH_… in createTensorDesc()
|
| D | NeuralNetworkRuntimeTypeTest.cpp | 62 int *shape = static_cast<int *>(std::malloc(sizeof(int) * SHAPE_SIZE)); in NNReturnCode_DynamicShape() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/checkbox/ |
| D | checkbox_shape_test.cpp | 22 int32_t shape = ArkUI_CHECKBOX_SHAPE_ROUNDED_SQUARE; in TestCheckboxShape001() local 34 int32_t shape = ArkUI_CHECKBOX_SHAPE_CIRCLE; in TestCheckboxShape002() local
|
| /test/xts/acts/ai/nncore/nncoretest/src/ |
| D | HdiTensorDescTest.cpp | 170 int32_t* shape = nullptr; variable 184 int32_t* shape = nullptr; variable 202 int32_t* shape = nullptr; variable
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| D | nncore_utils.cpp | 28 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_… in createTensorDesc()
|
| D | scatter_nd_test.cpp | 37 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, sizeof(float)}; member 58 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 2*sizeof(float)}; member 79 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 2*sizeof(float)}; member 100 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)}; member
|
| D | broadcast_to_test.cpp | 34 …OHNNOperandTest shape = {OH_NN_INT64, OH_NN_BROADCAST_TO_SHAPE, {2}, &shapeValue, 2*sizeof(int64_t… member 51 …OHNNOperandTest shape = {OH_NN_INT64, OH_NN_BROADCAST_TO_SHAPE, {2}, &shapeValue, 2*sizeof(int64_t… member 68 …OHNNOperandTest shape = {OH_NN_INT64, OH_NN_BROADCAST_TO_SHAPE, {2}, &shapeValue, 2*sizeof(int64_t… member
|
| D | crop_test.cpp | 37 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)}; member 60 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)}; member 83 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)}; member
|
| /test/xts/acts/ai/nncore/opstest/include/ |
| D | nncore_utils.h | 32 std::vector<int32_t> shape; member
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
| D | nnrt_utils.h | 34 std::vector<int32_t> shape; member
|
| /test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
| D | nnrt_utils.h | 34 std::vector<int32_t> shape; member
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
| D | ExecutorTest.cpp | 299 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/ |
| D | nncore_utils.h | 34 std::vector<int32_t> shape; member
|
| D | nncore_utils.cpp | 29 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_… in createTensorDesc()
|
| /test/xts/acts/ai/mindspore/mindsporectest/src/ |
| D | ohos_c_api_test_mslite.cpp | 270 const int64_t *shape = OH_AI_TensorGetShape(tensor, &shape_num); in FillInputsData() local 622 auto shape = OH_AI_TensorGetShape(get_weights.handle_list[i], &shape_num); variable 656 auto shape = OH_AI_TensorGetShape(get_weights.handle_list[i], &shape_num); variable 2459 const int64_t *shape = OH_AI_TensorGetShape(tensor, &shape_num); variable 3562 int64_t shape[MAX_DIMS]; in RunMSLiteModel() local 3621 int64_t shape[maxDims]; in CopyFreeSetAllocator() local 3700 int64_t shape[maxDims]; in CopyFreeNoSetAllocator() local 3839 int64_t shape[MAX_DIMS]; variable
|
| /test/xts/acts/ai/nnrtndk/entry/src/main/cpp/ |
| D | nnrtndk.cpp | 42 std::vector<int32_t> shape; member
|