Searched defs:nncompiler (Results 1 – 2 of 2) sorted by relevance
| /foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
| D | nn_compiler_test.cpp | 205 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/ |
| D | nn_backend_test.cpp | 370 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
|