Searched refs:IsSupportedModel (Results 1 – 2 of 2) sorted by relevance
72 OH_NN_ReturnCode IsSupportedModel(const std::shared_ptr<mindspore::lite::LiteGraph>& liteGraph,
261 OH_NN_ReturnCode NNCompiler::IsSupportedModel(const std::shared_ptr<mindspore::lite::LiteGraph>& li… in IsSupportedModel() function in OHOS::NeuralNetworkRuntime::NNCompiler371 OH_NN_ReturnCode ret = IsSupportedModel(m_liteGraph, isSupportedModel); in NormalBuild()