Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dbackend.h41 virtual OH_NN_ReturnCode DestroyCompiler(Compiler* compiler) = 0;
H A Dneural_network_core.cpp790 OH_NN_ReturnCode ret = backend->DestroyCompiler(compilationImpl->compiler); in OH_NNCompilation_Destroy()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.h42 OH_NN_ReturnCode DestroyCompiler(Compiler* compiler) override;
H A Dnnbackend.cpp139 OH_NN_ReturnCode NNBackend::DestroyCompiler(Compiler* compiler) in DestroyCompiler() function in OHOS::NeuralNetworkRuntime::NNBackend
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp356 EXPECT_EQ(OH_NN_INVALID_PARAMETER, hdiDevice->DestroyCompiler(nullptr));
372 EXPECT_EQ(OH_NN_SUCCESS, hdiDevice->DestroyCompiler(nncompiler));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp101 MOCK_METHOD1(DestroyCompiler, OH_NN_ReturnCode(Compiler*));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp145 MOCK_METHOD1(DestroyCompiler, OH_NN_ReturnCode(Compiler*));