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 D | nn_compiler_test.cpp | 220 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 D | nn_backend_test.cpp | 369 NNCompiler* nncompiler = new (std::nothrow) NNCompiler(device, backendID); variable
|