Home
last modified time | relevance | path

Searched refs:nnCompiler (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.cpp124 NNCompiler* nnCompiler = nullptr; in CreateCompiler() local
126 nnCompiler = new (std::nothrow) NNCompiler(m_device, m_backendID); in CreateCompiler()
128 nnCompiler = new (std::nothrow) NNCompiler(compilation->nnModel, m_device, m_backendID); in CreateCompiler()
131 if (nnCompiler == nullptr) { in CreateCompiler()
136 return reinterpret_cast<Compiler*>(nnCompiler); in CreateCompiler()
162 NNCompiler* nnCompiler = reinterpret_cast<NNCompiler*>(compilation->compiler); in CreateExecutor() local
163 NNExecutor* nnExecutor = nnCompiler->CreateExecutor(); in CreateExecutor()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp558 NNCompiler nnCompiler(device, backid);
559 compilation->compiler = &nnCompiler;
2360 NNCompiler nnCompiler(device, backid);
2361 compilation->compiler = &nnCompiler;