Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dbackend.h40 virtual Compiler* CreateCompiler(Compilation* compilation) = 0;
H A 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()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.h41 Compiler* CreateCompiler(Compilation* compilation) override;
H A Dnnbackend.cpp107 Compiler* NNBackend::CreateCompiler(Compilation* compilation) in CreateCompiler() function in OHOS::NeuralNetworkRuntime::NNBackend
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp319 EXPECT_NE(nullptr, hdiDevice->CreateCompiler(compilation));
341 EXPECT_EQ(nullptr, hdiDevice->CreateCompiler(compilation));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp100 MOCK_METHOD1(CreateCompiler, Compiler*(Compilation*));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp144 MOCK_METHOD1(CreateCompiler, Compiler*(Compilation*));