Searched refs:GetOutputTensorDescs (Results 1 – 4 of 4) sorted by relevance
56 …std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>> GetOutputTensorDescs() const;
732 …<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>> InnerModel::GetOutputTensorDescs() const in GetOutputTensorDescs() function in OHOS::NeuralNetworkRuntime::InnerModel
133 m_outputTensorDescs = m_innerModel->GetOutputTensorDescs(); in NNCompiler()
114 …MOCK_CONST_METHOD0(GetOutputTensorDescs, std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_…