Searched refs:nnCompiler (Results 1 – 2 of 2) sorted by relevance
124 NNCompiler* nnCompiler = nullptr; in CreateCompiler() local126 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() local163 NNExecutor* nnExecutor = nnCompiler->CreateExecutor(); in CreateExecutor()
558 NNCompiler nnCompiler(device, backid);559 compilation->compiler = &nnCompiler;2360 NNCompiler nnCompiler(device, backid);2361 compilation->compiler = &nnCompiler;