Home
last modified time | relevance | path

Searched refs:onRunDone (Results 1 – 13 of 13) 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.cpp1578 …RT_API OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone(OH_NNExecutor *executor, NN_OnRunDone onRunDone) in OH_NNExecutor_SetOnRunDone() argument
1584 if (onRunDone == nullptr) { in OH_NNExecutor_SetOnRunDone()
1590 return executorImpl->SetOnRunDone(onRunDone); in OH_NNExecutor_SetOnRunDone()
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_core.h975 OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone(OH_NNExecutor *executor, NN_OnRunDone onRunDone);
/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() argument
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md71 …or) \*executor, [NN_OnRunDone](_neural_network_runtime.md#nn_onrundone) onRunDone) | 设置异步推理结束后的回调处…
H A D_neural_network_runtime.md122 …H_NNExecutor](#oh_nnexecutor) \*executor, [NN_OnRunDone](#nn_onrundone) onRunDone) | 设置异步推理结束后的回调处…
1931 OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone (OH_NNExecutor *executor, NN_OnRunDone onRunDone )
1947 | onRunDone | 回调函数句柄[NN_OnRunDone](#nn_onrundone)。 |
H A D_neural_nework_runtime.md122 …H_NNExecutor](#oh_nnexecutor) \*executor, [NN_OnRunDone](#nn_onrundone) onRunDone) | 设置异步推理结束后的回调处…
1931 OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone (OH_NNExecutor *executor, NN_OnRunDone onRunDone )
1947 | onRunDone | 回调函数句柄[NN_OnRunDone](#nn_onrundone)。 |
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md71 …or) \*executor, [NN_OnRunDone](_neural_network_runtime.md#nn_onrundone) onRunDone) | Sets the call…
H A D_neural_network_runtime.md122 …H_NNExecutor](#oh_nnexecutor) \*executor, [NN_OnRunDone](#nn_onrundone) onRunDone) | Sets the call…
1931 OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone (OH_NNExecutor *executor, NN_OnRunDone onRunDone )
1947 | onRunDone | Handle of the callback function [NN_OnRunDone](#nn_onrundone)|
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md134 | OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone(OH_NNExecutor *executor, NN_OnRunDone onRunDone) | 设置…
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md134 | OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone(OH_NNExecutor *executor, NN_OnRunDone onRunDone) | 设置…
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md134 | OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone(OH_NNExecutor *executor, NN_OnRunDone onRunDone) | Se…