Home
last modified time | relevance | path

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

/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
Dnn_compiler_test.cpp205 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(model, device, backendID); variable
222 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
239 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
258 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(nullptr, backendID); variable
281 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
306 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
335 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
357 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
377 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(nullptr, backendID); variable
399 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
[all …]
/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
Dnn_backend_test.cpp370 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable