Home
last modified time | relevance | path

Searched refs:CreateCompiler (Results 1 – 7 of 7) sorted by relevance

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
Dbackend.h40 virtual Compiler* CreateCompiler(Compilation* compilation) = 0;
Dneural_network_core.cpp397 OH_NN_ReturnCode CreateCompiler(Compilation* compilation, Compiler** compiler) in CreateCompiler() function
416 *compiler = backend->CreateCompiler(compilation); in CreateCompiler()
729 ret = CreateCompiler(compilationImpl, &compiler); in OH_NNCompilation_Build()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dnnbackend.h41 Compiler* CreateCompiler(Compilation* compilation) override;
Dnnbackend.cpp107 Compiler* NNBackend::CreateCompiler(Compilation* compilation) in CreateCompiler() function in OHOS::NeuralNetworkRuntime::NNBackend
/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
Dnn_backend_test.cpp319 EXPECT_NE(nullptr, hdiDevice->CreateCompiler(compilation));
341 EXPECT_EQ(nullptr, hdiDevice->CreateCompiler(compilation));
/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
Dnn_tensor_test.cpp100 MOCK_METHOD1(CreateCompiler, Compiler*(Compilation*));
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
Dneural_network_core_test.cpp144 MOCK_METHOD1(CreateCompiler, Compiler*(Compilation*));