Home
last modified time | relevance | path

Searched refs:SetOnRunDone (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dexecutor.h47 virtual OH_NN_ReturnCode SetOnRunDone(NN_OnRunDone onRunDone) = 0;
H A Dneural_network_core.cpp1590 return executorImpl->SetOnRunDone(onRunDone); in OH_NNExecutor_SetOnRunDone()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.h46 OH_NN_ReturnCode SetOnRunDone(NN_OnRunDone onRunDone) override;
H A Dnnexecutor.cpp228 OH_NN_ReturnCode NNExecutor::SetOnRunDone(NN_OnRunDone onRunDone) in SetOnRunDone() function in OHOS::NeuralNetworkRuntime::NNExecutor
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp810 OH_NN_ReturnCode ret = nnExecutor->SetOnRunDone(MyOnRunDone);