Home
last modified time | relevance | path

Searched refs:GetOutputTensorDescs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dinner_model.h56 …std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>> GetOutputTensorDescs() const;
H A Dinner_model.cpp732 …<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>> InnerModel::GetOutputTensorDescs() const in GetOutputTensorDescs() function in OHOS::NeuralNetworkRuntime::InnerModel
H A Dnncompiler.cpp133 m_outputTensorDescs = m_innerModel->GetOutputTensorDescs(); in NNCompiler()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp114 …MOCK_CONST_METHOD0(GetOutputTensorDescs, std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_…