Searched refs:shapeLength (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/ai/nncore/nncoretest/src/ |
H A D | HdiExecutorTest.cpp | 516 size_t shapeLength = ZERO;
in HWTEST_F() local 519 &maxInputDims, &shapeLength));
in HWTEST_F() 521 for (size_t j = 0; j < shapeLength; ++j) {
in HWTEST_F() 524 ASSERT_EQ(OH_NN_SUCCESS, OH_NNTensorDesc_SetShape(inputTensorDescs[i], minInputDimsT.data(), shapeLength));
in HWTEST_F() 749 size_t shapeLength = ZERO;
in HWTEST_F() local 751 &maxInputDims, &shapeLength));
in HWTEST_F() 767 size_t shapeLength = ZERO;
in HWTEST_F() local 770 &maxInputDims, &shapeLength));
in HWTEST_F() 794 size_t shapeLength = ZERO;
in HWTEST_F() local 797 &maxInputDims, &shapeLength));
in HWTEST_F() 842 size_t shapeLength = ZERO; HWTEST_F() local 890 size_t shapeLength = ZERO; HWTEST_F() local 938 size_t shapeLength = ZERO; HWTEST_F() local 986 size_t shapeLength = ZERO; HWTEST_F() local 1027 size_t shapeLength = ZERO; HWTEST_F() local [all...] |
H A D | HdiTensorDescTest.cpp | 169 size_t shapeLength = 0; in HWTEST_F() local 171 ASSERT_EQ(OH_NN_INVALID_PARAMETER, OH_NNTensorDesc_GetShape(nullptr, &shape, &shapeLength)); in HWTEST_F() 183 size_t shapeLength = 0; in HWTEST_F() local 185 ASSERT_EQ(OH_NN_SUCCESS, OH_NNTensorDesc_GetShape(tensorDesc, &shape, &shapeLength)); in HWTEST_F() 201 size_t shapeLength = 0; in HWTEST_F() local 203 ASSERT_EQ(OH_NN_SUCCESS, OH_NNTensorDesc_GetShape(tensorDesc, &shape, &shapeLength)); in HWTEST_F()
|
/test/xts/acts/ai/nncore/e2etest/src/ |
H A D | EndToEndTest.cpp | 211 size_t shapeLength = ZERO; in GetInputDimAndSetShape() local 214 &maxInputDims, &shapeLength)) { in GetInputDimAndSetShape() 219 for (size_t j = 0; j < shapeLength; ++j) { in GetInputDimAndSetShape() 222 if (OH_NN_SUCCESS != OH_NNTensorDesc_SetShape(inputTensorDescs[i], minInputDimsT.data(), shapeLength)) { in GetInputDimAndSetShape()
|
Completed in 4 milliseconds