Searched refs:CreateCompiler (Results 1 – 7 of 7) sorted by relevance
40 virtual Compiler* CreateCompiler(Compilation* compilation) = 0;
397 OH_NN_ReturnCode CreateCompiler(Compilation* compilation, Compiler** compiler) in CreateCompiler() function416 *compiler = backend->CreateCompiler(compilation); in CreateCompiler()729 ret = CreateCompiler(compilationImpl, &compiler); in OH_NNCompilation_Build()
41 Compiler* CreateCompiler(Compilation* compilation) override;
107 Compiler* NNBackend::CreateCompiler(Compilation* compilation) in CreateCompiler() function in OHOS::NeuralNetworkRuntime::NNBackend
319 EXPECT_NE(nullptr, hdiDevice->CreateCompiler(compilation));341 EXPECT_EQ(nullptr, hdiDevice->CreateCompiler(compilation));
100 MOCK_METHOD1(CreateCompiler, Compiler*(Compilation*));
144 MOCK_METHOD1(CreateCompiler, Compiler*(Compilation*));