Home
last modified time | relevance | path

Searched defs:inputTensorDescs (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/ai/nncore/e2etest/src/
DEndToEndTest.cpp171 … size_t *inputCount, std::vector<NN_TensorDesc*>& inputTensorDescs, in GetInputAndOutputTensorDesc()
205 …nCode GetInputDimAndSetShape(OH_NNExecutor *executor, std::vector<NN_TensorDesc*>& inputTensorDesc… in GetInputDimAndSetShape()
290 std::vector<NN_TensorDesc*> inputTensorDescs; in RunExecutor() local
/test/xts/acts/ai/nncore/nncoretest/src/
DHdiExecutorTest.cpp507 vector<NN_TensorDesc*> inputTensorDescs; variable
785 vector<NN_TensorDesc*> inputTensorDescs; variable
833 vector<NN_TensorDesc*> inputTensorDescs; variable
881 vector<NN_TensorDesc*> inputTensorDescs; variable
929 vector<NN_TensorDesc*> inputTensorDescs; variable
977 vector<NN_TensorDesc*> inputTensorDescs; variable
/test/xts/acts/ai/nncore/common/
Dnncore_utils.cpp566std::vector<NN_TensorDesc*>& inputTensorDescs, size_t& inputCount, in GetExecutorInputOutputTensorDesc()
588 std::vector<NN_Tensor*>& inputTensors, const std::vector<NN_TensorDesc*>& inputTensorDescs, in GetExecutorInputOutputTensorByDesc()
615 std::vector<NN_TensorDesc*> inputTensorDescs; in GetExecutorInputOutputTensor() local
658 std::vector<NN_TensorDesc*>& inputTensorDescs, std::vector<NN_TensorDesc*>& outputTensorDescs) in DestroyTensorDesc()