Home
last modified time | relevance | path

Searched refs:minInputDimsT (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/ai/nncore/nncoretest/src/
H A DHdiExecutorTest.cpp520 std::vector<int32_t> minInputDimsT; in HWTEST_F() local
522 minInputDimsT.emplace_back(static_cast<int32_t>(minInputDims[j])); in HWTEST_F()
524 ASSERT_EQ(OH_NN_SUCCESS, OH_NNTensorDesc_SetShape(inputTensorDescs[i], minInputDimsT.data(), shapeLength)); in HWTEST_F()
798 std::vector<int32_t> minInputDimsT; in HWTEST_F() local
800 minInputDimsT.emplace_back(static_cast<int32_t>(minInputDims[j])); in HWTEST_F()
802 ASSERT_EQ(OH_NN_SUCCESS, OH_NNTensorDesc_SetShape(inputTensorDescs[i], minInputDimsT.data(), shapeLength)); in HWTEST_F()
894 std::vector<int32_t> minInputDimsT; in HWTEST_F() local
896 minInputDimsT.emplace_back(static_cast<int32_t>(minInputDims[j] - 1)); in HWTEST_F()
898 ASSERT_EQ(OH_NN_SUCCESS, OH_NNTensorDesc_SetShape(inputTensorDescs[i], minInputDimsT.data(), shapeLength)); in HWTEST_F()
/test/xts/acts/ai/nncore/e2etest/src/
H A DEndToEndTest.cpp218 std::vector<int32_t> minInputDimsT; in GetInputDimAndSetShape() local
220 minInputDimsT.emplace_back(static_cast<int32_t>(minInputDims[j])); in GetInputDimAndSetShape()
222 if (OH_NN_SUCCESS != OH_NNTensorDesc_SetShape(inputTensorDescs[i], minInputDimsT.data(), shapeLength)) { in GetInputDimAndSetShape()

Completed in 5 milliseconds