Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp220 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
237 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
256 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(nullptr, backendID); variable
279 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
304 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
333 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
355 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
397 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
421 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
442 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp369 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable