Home
last modified time | relevance | path

Searched refs:OH_NNCompilation_Destroy (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp153 OH_NNCompilation_Destroy(&m_compilation);
208 OH_NNCompilation_Destroy(&m_compilation);
281 OH_NNCompilation_Destroy(&m_compilation);
332 OH_NNCompilation_Destroy(&m_compilation);
389 OH_NNCompilation_Destroy(&compilationCacheExporter);
404 OH_NNCompilation_Destroy(&m_compilation);
465 OH_NNCompilation_Destroy(&m_compilation);
529 OH_NNCompilation_Destroy(&m_compilation);
588 OH_NNCompilation_Destroy(&m_compilation);
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_kernel.h47 m_nnrt->OH_NNCompilation_Destroy(&m_pNnCompilation); in ~NnrtDelegateKernel()
H A Dnnrt_delegate_kernel.cpp50 …m_nnrt->OH_NNCompilation_Destroy(&m_pNnCompilation); …
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H A Dnnrt_implementation.cpp80 LoadFunction(libNeuralNetworks, "OH_NNCompilation_Destroy", &nnrt.OH_NNCompilation_Destroy); in LoadNnrt()
H A Dnnrt_implementation.h60 void (*OH_NNCompilation_Destroy)(OH_NNCompilation** compilation); member
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md90 | void OH_NNCompilation_Destroy(OH_NNCompilation **compilation) | 销毁编译实例。 |
587 OH_NNCompilation_Destroy(&compilation);
598 OH_NNCompilation_Destroy(&compilation);
603 OH_NNCompilation_Destroy(&compilation);
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md90 | void OH_NNCompilation_Destroy(OH_NNCompilation **compilation) | 销毁编译实例。 |
577 OH_NNCompilation_Destroy(&compilation);
588 OH_NNCompilation_Destroy(&compilation);
593 OH_NNCompilation_Destroy(&compilation);
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_core.h361 void OH_NNCompilation_Destroy(OH_NNCompilation **compilation);
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md90 | void OH_NNCompilation_Destroy(OH_NNCompilation **compilation) | Destroys a model building instanc…
577 OH_NNCompilation_Destroy(&compilation);
588 OH_NNCompilation_Destroy(&compilation);
593 OH_NNCompilation_Destroy(&compilation);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md41 | void [OH_NNCompilation_Destroy](_neural_network_runtime.md#oh_nncompilation_destroy) ([OH_NNCompi…
H A D_neural_network_runtime.md92 | void [OH_NNCompilation_Destroy](#oh_nncompilation_destroy) ([OH_NNCompilation](#oh_nncompilation)…
1114 ### OH_NNCompilation_Destroy()
1117 void OH_NNCompilation_Destroy (OH_NNCompilation **compilation)
H A D_neural_nework_runtime.md92 | void [OH_NNCompilation_Destroy](#oh_nncompilation_destroy) ([OH_NNCompilation](#oh_nncompilation)…
1114 ### OH_NNCompilation_Destroy()
1117 void OH_NNCompilation_Destroy (OH_NNCompilation **compilation)
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp1040 OH_NNCompilation_Destroy(pCompilation);
1053 OH_NNCompilation_Destroy(pCompilation);
1069 OH_NNCompilation_Destroy(&nnCompilation);
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md41 | void [OH_NNCompilation_Destroy](_neural_network_runtime.md#oh_nncompilation_destroy) ([OH_NNCompi…
H A D_neural_network_runtime.md92 | void [OH_NNCompilation_Destroy](#oh_nncompilation_destroy) ([OH_NNCompilation](#oh_nncompilation)…
1114 ### OH_NNCompilation_Destroy()
1117 void OH_NNCompilation_Destroy (OH_NNCompilation **compilation)
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp1093 OH_NNCompilation_Destroy(pCompilation);
1106 OH_NNCompilation_Destroy(pCompilation);
1122 OH_NNCompilation_Destroy(&nnCompilation);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp2375 OH_NNCompilation_Destroy(&nncompilation);
2391 OH_NNCompilation_Destroy(&nnCompilation);
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp769 NNRT_API void OH_NNCompilation_Destroy(OH_NNCompilation **compilation) in OH_NNCompilation_Destroy() function