Home
last modified time | relevance | path

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

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