Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dcompiler.h49 virtual OH_NN_ReturnCode GetModelName(std::string& modelName) = 0;
H A Dneural_network_core.cpp625 OH_NN_ReturnCode retCode = compilationImpl->compiler->GetModelName(modelName); in GetNnrtModelId()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.h54 OH_NN_ReturnCode GetModelName(std::string& modelName) override;
H A Dnncompiler.cpp742 OH_NN_ReturnCode NNCompiler::GetModelName(std::string& modelName) in GetModelName() function in OHOS::NeuralNetworkRuntime::NNCompiler