Home
last modified time | relevance | path

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

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dinner_model.cpp734 std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>> outputTensorDescs; in GetOutputTensorDescs() local
Dnncompiler.cpp615 std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>> outputTensorDescs; in RestoreFromCacheFile() local
Dnnexecutor.cpp31 const std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>>& outputTensorDescs) in NNExecutor()