Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.h71 OH_NN_ReturnCode IsOfflineModel(bool& isOfflineModel) const;
H A Dhdi_device_v2_0.cpp93 OH_NN_ReturnCode IsOfflineModel(std::shared_ptr<const mindspore::lite::LiteGraph> liteGraph, bool& … in IsOfflineModel() function
195 OH_NN_ReturnCode innerRet = IsOfflineModel(model, isOfflineModel); in GetSupportedOperation()
H A Dhdi_device_v2_1.cpp93 OH_NN_ReturnCode IsOfflineModel(std::shared_ptr<const mindspore::lite::LiteGraph> liteGraph, bool& … in IsOfflineModel() function
190 OH_NN_ReturnCode innerRet = IsOfflineModel(model, isOfflineModel); in GetSupportedOperation()
H A Dnncompiler.cpp306 OH_NN_ReturnCode NNCompiler::IsOfflineModel(bool& isOfflineModel) const in IsOfflineModel() function in OHOS::NeuralNetworkRuntime::NNCompiler
426 ret = IsOfflineModel(isOfflineModel); in Build()