Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp785 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);
798 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);
812 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);
840 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
873 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
891 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
925 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
959 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
993 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
1026 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp140 m_compilation = OH_NNCompilation_Construct(m_model);
195 m_compilation = OH_NNCompilation_Construct(m_model);
268 m_compilation = OH_NNCompilation_Construct(m_model);
319 m_compilation = OH_NNCompilation_Construct(m_model);
378 OH_NNCompilation* compilationCacheExporter = OH_NNCompilation_Construct(m_model);
393 m_compilation = OH_NNCompilation_Construct(m_model);
455 m_compilation = OH_NNCompilation_Construct(m_model);
516 m_compilation = OH_NNCompilation_Construct(m_model);
575 m_compilation = OH_NNCompilation_Construct(m_model);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp838 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);
851 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);
865 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);
893 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
926 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
944 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
978 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
1012 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
1046 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
1079 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H A Dnnrt_implementation.cpp73 LoadFunction(libNeuralNetworks, "OH_NNCompilation_Construct", &nnrt.OH_NNCompilation_Construct); in LoadNnrt()
H A Dnnrt_implementation.h51 OH_NNCompilation* (*OH_NNCompilation_Construct)(const OH_NNModel* model); member
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_core.h73 OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model);
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_kernel.cpp111 m_pNnCompilation = m_nnrt->OH_NNCompilation_Construct(m_nnModel); in Prepare()
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md77 | OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model) | 基于模型实例创建OH_NNCompilation类…
431 OH_NNCompilation* compilation = OH_NNCompilation_Construct(model);
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md77 | OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model) | 基于模型实例创建OH_NNCompilation类…
422 OH_NNCompilation* compilation = OH_NNCompilation_Construct(model);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md28 | [OH_NNCompilation](_neural_network_runtime.md#oh_nncompilation) \* [OH_NNCompilation_Construct](_…
H A D_neural_network_runtime.md79 | [OH_NNCompilation](#oh_nncompilation) \* [OH_NNCompilation_Construct](#oh_nncompilation_construct…
997 ### OH_NNCompilation_Construct()
1000 OH_NNCompilation *OH_NNCompilation_Construct (const OH_NNModel *model)
1124 调用[OH_NNCompilation_Construct](#oh_nncompilation_construct)、[OH_NNCompilation_ConstructWithOfflineM…
2186 …l_GetAvailableOperations](#oh_nnmodel_getavailableoperations)和[OH_NNCompilation_Construct](#oh_nnc…
H A D_neural_nework_runtime.md79 | [OH_NNCompilation](#oh_nncompilation) \* [OH_NNCompilation_Construct](#oh_nncompilation_construct…
997 ### OH_NNCompilation_Construct()
1000 OH_NNCompilation *OH_NNCompilation_Construct (const OH_NNModel *model)
1124 调用[OH_NNCompilation_Construct](#oh_nncompilation_construct)、[OH_NNCompilation_ConstructWithOfflineM…
2186 …l_GetAvailableOperations](#oh_nnmodel_getavailableoperations)和[OH_NNCompilation_Construct](#oh_nnc…
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp353 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);
365 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);
907 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
2390 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md28 | [OH_NNCompilation](_neural_network_runtime.md#oh_nncompilation) \* [OH_NNCompilation_Construct](_…
H A D_neural_network_runtime.md79 | [OH_NNCompilation](#oh_nncompilation) \* [OH_NNCompilation_Construct](#oh_nncompilation_construct…
997 ### OH_NNCompilation_Construct()
1000 OH_NNCompilation *OH_NNCompilation_Construct (const OH_NNModel *model)
1124 …ed to destroy the model building instances created by calling [OH_NNCompilation_Construct](#oh_nnc…
2186 Before calling **OH_NNModel_GetAvailableOperations** and **OH_NNCompilation_Construct**, you must c…
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md77 | OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model) | Creates an **OH_NNCompila…
422 OH_NNCompilation* compilation = OH_NNCompilation_Construct(model);
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp115 NNRT_API OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model) in OH_NNCompilation_Construct() function