Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dinner_model.h55 … std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>> GetInputTensorDescs() const;
H A Dinner_model.cpp718 …r<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>> InnerModel::GetInputTensorDescs() const in GetInputTensorDescs() function in OHOS::NeuralNetworkRuntime::InnerModel
H A Dnncompiler.cpp132 m_inputTensorDescs = m_innerModel->GetInputTensorDescs(); in NNCompiler()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp113 …MOCK_CONST_METHOD0(GetInputTensorDescs, std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_T…