Home
last modified time | relevance | path

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

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