Home
last modified time | relevance | path

Searched refs:inputDims (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/ai/nncore/nncoretest/src/
H A DHdiTensorTest.cpp68 int32_t inputDims[4] = {1, 1, 2, 3}; in HWTEST_F() local
69 NN_TensorDesc* tensorDesc = createTensorDesc(inputDims, 4, OH_NN_FLOAT32, OH_NN_FORMAT_NCHW); in HWTEST_F()
84 int32_t inputDims[4] = {1, 1, 2, 3}; in HWTEST_F() local
85 NN_TensorDesc* tensorDesc = createTensorDesc(inputDims, 4, OH_NN_FLOAT32, OH_NN_FORMAT_NCHW); in HWTEST_F()
115 int32_t inputDims[4] = {1, 1, 2, 3}; in HWTEST_F() local
116 NN_TensorDesc* tensorDesc = createTensorDesc(inputDims, 4, OH_NN_FLOAT32, OH_NN_FORMAT_NCHW); in HWTEST_F()
132 int32_t inputDims[4] = {1, 1, 2, 3}; in HWTEST_F() local
133 NN_TensorDesc* tensorDesc = createTensorDesc(inputDims, 4, OH_NN_FLOAT32, OH_NN_FORMAT_NCHW); in HWTEST_F()
151 int32_t inputDims[4] = {1, 1, 2, 3}; in HWTEST_F() local
152 NN_TensorDesc* tensorDesc = createTensorDesc(inputDims, in HWTEST_F()
174 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
193 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
217 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
242 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
269 int32_t inputDims[4] = {1, 1, 2, 515}; HWTEST_F() local
310 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
359 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
388 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
407 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
429 int32_t inputDims[4] = {1, 1, 2, 515}; HWTEST_F() local
472 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
502 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
522 int32_t inputDims[4] = {1, 1, 2, 515}; HWTEST_F() local
[all...]
H A DHdiModelTest.cpp101 int32_t inputDims[4] = {1, 1, 2, 3}; in HWTEST_F() local
102 NN_TensorDesc* tensorDesc = createTensorDesc(inputDims, 4, OH_NN_FLOAT32, OH_NN_FORMAT_NCHW); in HWTEST_F()
126 int32_t inputDims[4] = {1, 2, 2, 3}; in HWTEST_F() local
127 NN_TensorDesc* tensorDesc = createTensorDesc(inputDims, 4, OH_NN_FLOAT32, OH_NN_FORMAT_NCHW); in HWTEST_F()
151 int32_t inputDims[4] = {1, 1, 2, 3}; in HWTEST_F() local
152 NN_TensorDesc* tensorDesc = createTensorDesc(inputDims, 4, OH_NN_FLOAT32, OH_NN_FORMAT_NCHW); in HWTEST_F()
176 int32_t inputDims[4] = {1, 1, 2, 3}; in HWTEST_F() local
177 NN_TensorDesc* tensorDesc = createTensorDesc(inputDims, 4, OH_NN_FLOAT32, OH_NN_FORMAT_NCHW); in HWTEST_F()
201 int32_t inputDims[4] = {1, 1, 2, 3}; in HWTEST_F() local
202 NN_TensorDesc* tensorDesc = createTensorDesc(inputDims, in HWTEST_F()
224 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
247 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
270 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
293 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
332 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
349 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
367 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
395 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
412 int32_t inputDims[4] = {1, 1, 2, 3}; HWTEST_F() local
[all...]
H A DHdiTensorDescTest.cpp145 int32_t inputDims[4] = {1, 2, 2, 3}; in HWTEST_F() local
146 ASSERT_EQ(OH_NN_INVALID_PARAMETER, OH_NNTensorDesc_SetShape(nullptr, inputDims, 4)); in HWTEST_F()
199 int32_t inputDims[4] = {1, 2, 2, 3}; in HWTEST_F() local
200 ASSERT_EQ(OH_NN_SUCCESS, OH_NNTensorDesc_SetShape(tensorDesc, inputDims, 4)); in HWTEST_F()
204 ASSERT_EQ(*inputDims, *shape); in HWTEST_F()
296 int32_t inputDims[4] = {1, 2, 2, 3}; in HWTEST_F() local
297 ASSERT_EQ(OH_NN_SUCCESS, OH_NNTensorDesc_SetShape(tensorDesc, inputDims, 4)); in HWTEST_F()
337 int32_t inputDims[4] = {1, 2, 2, 3}; in HWTEST_F() local
339 ASSERT_EQ(OH_NN_SUCCESS, OH_NNTensorDesc_SetShape(tensorDesc, inputDims, 4)); in HWTEST_F()

Completed in 3 milliseconds