Home
last modified time | relevance | path

Searched refs:OH_NNExecutor_Destroy (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp172 OH_NNExecutor_Destroy(&m_executor);
238 OH_NNExecutor_Destroy(&m_executor);
296 OH_NNExecutor_Destroy(&m_executor);
351 OH_NNExecutor_Destroy(&m_executor);
423 OH_NNExecutor_Destroy(&m_executor);
491 OH_NNExecutor_Destroy(&m_executor);
552 OH_NNExecutor_Destroy(&m_executor);
612 OH_NNExecutor_Destroy(&m_executor);
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H A Dnnrt_implementation.cpp94 LoadFunction(libNeuralNetworks, "OH_NNExecutor_Destroy", &nnrt.OH_NNExecutor_Destroy); in LoadNnrt()
H A Dnnrt_implementation.h78 void (*OH_NNExecutor_Destroy)(OH_NNExecutor** executor); member
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_core.h862 void OH_NNExecutor_Destroy(OH_NNExecutor **executor);
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md138 | void OH_NNExecutor_Destroy(OH_NNExecutor **executor) | 销毁执行器实例。 |
609 OH_NNExecutor_Destroy(&executor);
614 OH_NNExecutor_Destroy(&executor);
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md138 | void OH_NNExecutor_Destroy(OH_NNExecutor **executor) | 销毁执行器实例。 |
599 OH_NNExecutor_Destroy(&executor);
604 OH_NNExecutor_Destroy(&executor);
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp1394 OH_NNExecutor_Destroy(reinterpret_cast<OH_NNExecutor **>(&executorImpl)); in OH_NNExecutor_Construct()
1401 OH_NNExecutor_Destroy(reinterpret_cast<OH_NNExecutor **>(&executorImpl)); in OH_NNExecutor_Construct()
1437 NNRT_API void OH_NNExecutor_Destroy(OH_NNExecutor **executor) in OH_NNExecutor_Destroy() function
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_kernel.cpp154 m_nnrt->OH_NNExecutor_Destroy(&pNnExecution); in Invoke()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md65 | void [OH_NNExecutor_Destroy](_neural_network_runtime.md#oh_nnexecutor_destroy) ([OH_NNExecutor](_…
H A D_neural_network_runtime.md116 | void [OH_NNExecutor_Destroy](#oh_nnexecutor_destroy) ([OH_NNExecutor](#oh_nnexecutor) \*\*executo…
1574 ### OH_NNExecutor_Destroy()
1577 void OH_NNExecutor_Destroy (OH_NNExecutor **executor)
H A D_neural_nework_runtime.md116 | void [OH_NNExecutor_Destroy](#oh_nnexecutor_destroy) ([OH_NNExecutor](#oh_nnexecutor) \*\*executo…
1574 ### OH_NNExecutor_Destroy()
1577 void OH_NNExecutor_Destroy (OH_NNExecutor **executor)
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md138 | void OH_NNExecutor_Destroy(OH_NNExecutor **executor) | Destroys an **OH_NNExecutor** instance.|
599 OH_NNExecutor_Destroy(&executor);
604 OH_NNExecutor_Destroy(&executor);
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md65 | void [OH_NNExecutor_Destroy](_neural_network_runtime.md#oh_nnexecutor_destroy) ([OH_NNExecutor](_…
H A D_neural_network_runtime.md116 | void [OH_NNExecutor_Destroy](#oh_nnexecutor_destroy) ([OH_NNExecutor](#oh_nnexecutor) \*\*executo…
1574 ### OH_NNExecutor_Destroy()
1577 void OH_NNExecutor_Destroy (OH_NNExecutor **executor)
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp1968 OH_NNExecutor_Destroy(pExecutor);
1981 OH_NNExecutor_Destroy(pExecutor);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp2513 OH_NNExecutor_Destroy(pExecutor);
2526 OH_NNExecutor_Destroy(pExecutor);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp2403 OH_NNExecutor_Destroy(&nnExecutor);