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()
287 std::vector<NN_TensorDesc*> inputTensorDescs; in RunExecutor() local
/test/xts/acts/ai/nncore/nncoretest/src/
DHdiExecutorTest.cpp507 vector<NN_TensorDesc*> inputTensorDescs; variable
779 vector<NN_TensorDesc*> inputTensorDescs; variable
823 vector<NN_TensorDesc*> inputTensorDescs; variable
867 vector<NN_TensorDesc*> inputTensorDescs; variable
914 vector<NN_TensorDesc*> inputTensorDescs; variable
961 vector<NN_TensorDesc*> inputTensorDescs; variable
/test/xts/acts/ai/nncore/common/
Dnncore_utils.cpp563std::vector<NN_TensorDesc*>& inputTensorDescs, size_t& inputCount, in GetExecutorInputOutputTensorDesc()
585 std::vector<NN_Tensor*>& inputTensors, const std::vector<NN_TensorDesc*>& inputTensorDescs, in GetExecutorInputOutputTensorByDesc()
612 std::vector<NN_TensorDesc*> inputTensorDescs; in GetExecutorInputOutputTensor() local
655 std::vector<NN_TensorDesc*>& inputTensorDescs, std::vector<NN_TensorDesc*>& outputTensorDescs) in DestroyTensorDesc()