Searched refs:DestroyCompiler (Results 1 – 7 of 7) sorted by relevance
41 virtual OH_NN_ReturnCode DestroyCompiler(Compiler* compiler) = 0;
790 OH_NN_ReturnCode ret = backend->DestroyCompiler(compilationImpl->compiler); in OH_NNCompilation_Destroy()
42 OH_NN_ReturnCode DestroyCompiler(Compiler* compiler) override;
139 OH_NN_ReturnCode NNBackend::DestroyCompiler(Compiler* compiler) in DestroyCompiler() function in OHOS::NeuralNetworkRuntime::NNBackend
356 EXPECT_EQ(OH_NN_INVALID_PARAMETER, hdiDevice->DestroyCompiler(nullptr));372 EXPECT_EQ(OH_NN_SUCCESS, hdiDevice->DestroyCompiler(nncompiler));
101 MOCK_METHOD1(DestroyCompiler, OH_NN_ReturnCode(Compiler*));
145 MOCK_METHOD1(DestroyCompiler, OH_NN_ReturnCode(Compiler*));