Searched refs:IsOfflineModel (Results 1 – 4 of 4) sorted by relevance
71 OH_NN_ReturnCode IsOfflineModel(bool& isOfflineModel) const;
93 OH_NN_ReturnCode IsOfflineModel(std::shared_ptr<const mindspore::lite::LiteGraph> liteGraph, bool& … in IsOfflineModel() function195 OH_NN_ReturnCode innerRet = IsOfflineModel(model, isOfflineModel); in GetSupportedOperation()
93 OH_NN_ReturnCode IsOfflineModel(std::shared_ptr<const mindspore::lite::LiteGraph> liteGraph, bool& … in IsOfflineModel() function190 OH_NN_ReturnCode innerRet = IsOfflineModel(model, isOfflineModel); in GetSupportedOperation()
306 OH_NN_ReturnCode NNCompiler::IsOfflineModel(bool& isOfflineModel) const in IsOfflineModel() function in OHOS::NeuralNetworkRuntime::NNCompiler426 ret = IsOfflineModel(isOfflineModel); in Build()