Home
last modified time | relevance | path

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

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dinner_model.cpp720 std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>> inputTensorDescs; in GetInputTensorDescs() local
Dnncompiler.cpp607 std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>> inputTensorDescs; in RestoreFromCacheFile() local
Dnnexecutor.cpp30 const std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>>& inputTensorDescs, in NNExecutor()