Home
last modified time | relevance | path

Searched defs:pLiteGraph (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime.cpp470 const mindspore::lite::LiteGraph* pLiteGraph, ExtensionConfig& extensionConfig) in ParseExtensionConfigs()
507 auto *pLiteGraph = reinterpret_cast<const mindspore::lite::LiteGraph*>(liteGraph); in OH_NNModel_BuildFromLiteGraph() local
H A Dinner_model.cpp578 MSLITE::LiteGraph* pLiteGraph = new (std::nothrow) MSLITE::LiteGraph(); in Build() local