Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp149 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_Build(m_compilation));
204 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_Build(m_compilation));
277 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_Build(m_compilation));
328 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_Build(m_compilation));
387 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_Build(compilationCacheExporter));
400 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_Build(m_compilation));
461 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_Build(m_compilation));
525 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_Build(m_compilation));
584 ASSERT_EQ(OH_NN_SUCCESS, OH_NNCompilation_Build(m_compilation));
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H A Dnnrt_implementation.cpp79 LoadFunction(libNeuralNetworks, "OH_NNCompilation_Build", &nnrt.OH_NNCompilation_Build); in LoadNnrt()
H A Dnnrt_implementation.h59 OH_NN_ReturnCode (*OH_NNCompilation_Build)(OH_NNCompilation* compilation); member
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_core.h343 OH_NN_ReturnCode OH_NNCompilation_Build(OH_NNCompilation *compilation);
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md89 | OH_NN_ReturnCode OH_NNCompilation_Build(OH_NNCompilation *compilation) | 执行模型编译。 |
456 returnCode = OH_NNCompilation_Build(compilation);
457 CHECKNEQ(returnCode, OH_NN_SUCCESS, -1, "OH_NNCompilation_Build failed.");
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md89 | OH_NN_ReturnCode OH_NNCompilation_Build(OH_NNCompilation *compilation) | 执行模型编译。 |
447 returnCode = OH_NNCompilation_Build(compilation);
448 CHECKNEQ(returnCode, OH_NN_SUCCESS, OH_NN_FAILED, "OH_NNCompilation_Build failed.");
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md91 | [OH_NN_ReturnCode](#oh_nn_returncode)[OH_NNCompilation_Build](#oh_nncompilation_build) ([OH_NNCom…
954 调用[OH_NNCompilation_Build](#oh_nncompilation_build)后,**configName**和**configValue**就可以释放了。
972 ### OH_NNCompilation_Build()
975 OH_NN_ReturnCode OH_NNCompilation_Build (OH_NNCompilation *compilation)
1007 …pilation_SetDevice](#oh_nncompilation_setdevice)接口,设置编译的设备, 最后调用[OH_NNCompilation_Build](#oh_nncom…
1048 …tCacheFromBuffer](#oh_nncompilation_importcachefrombuffer), 然后调用[OH_NNCompilation_Build](#oh_nncom…
1179 注意:模型缓存是编译构建的结果[OH_NNCompilation_Build](#oh_nncompilation_build),因此必须在[OH_NNCompilation_Build](#oh_…
1209 …rtCacheFromBuffer](#oh_nncompilation_importcachefrombuffer)后,应调用[OH_NNCompilation_Build](#oh_nncom…
H A D_neural_nework_runtime.md91 | [OH_NN_ReturnCode](#oh_nn_returncode)[OH_NNCompilation_Build](#oh_nncompilation_build) ([OH_NNCom…
954 调用[OH_NNCompilation_Build](#oh_nncompilation_build)后,**configName**和**configValue**就可以释放了。
972 ### OH_NNCompilation_Build()
975 OH_NN_ReturnCode OH_NNCompilation_Build (OH_NNCompilation *compilation)
1007 …pilation_SetDevice](#oh_nncompilation_setdevice)接口,设置编译的设备, 最后调用[OH_NNCompilation_Build](#oh_nncom…
1048 …tCacheFromBuffer](#oh_nncompilation_importcachefrombuffer), 然后调用[OH_NNCompilation_Build](#oh_nncom…
1179 注意:模型缓存是编译构建的结果[OH_NNCompilation_Build](#oh_nncompilation_build),因此必须在[OH_NNCompilation_Build](#oh_…
1209 …rtCacheFromBuffer](#oh_nncompilation_importcachefrombuffer)后,应调用[OH_NNCompilation_Build](#oh_nncom…
H A Dneural__network__core_8h.md40 | [OH_NN_ReturnCode](_neural_network_runtime.md#oh_nn_returncode)[OH_NNCompilation_Build](_neural_n…
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_kernel.cpp121 RETURN_TFLITE_ERROR_IF_NN_ERROR_FOR_COMPILE(m_nnrt->OH_NNCompilation_Build(m_pNnCompilation), in Prepare()
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md89 | OH_NN_ReturnCode OH_NNCompilation_Build(OH_NNCompilation *compilation) | Performs model building.|
447 returnCode = OH_NNCompilation_Build(compilation);
448 CHECKNEQ(returnCode, OH_NN_SUCCESS, OH_NN_FAILED, "OH_NNCompilation_Build failed.");
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md40 | [OH_NN_ReturnCode](_neural_network_runtime.md#oh_nn_returncode)[OH_NNCompilation_Build](_neural_n…
H A D_neural_network_runtime.md91 | [OH_NN_ReturnCode](#oh_nn_returncode)[OH_NNCompilation_Build](#oh_nncompilation_build) ([OH_NNCom…
954 After [OH_NNCompilation_Build](#oh_nncompilation_build) is called, **configName** and **configValue…
972 ### OH_NNCompilation_Build()
975 OH_NN_ReturnCode OH_NNCompilation_Build (OH_NNCompilation *compilation)
1007 …API is called to specify the device for model building, and the [OH_NNCompilation_Build](#oh_nncom…
1048 …Buffer](#oh_nncompilation_importcachefrombuffer), and then call [OH_NNCompilation_Build](#oh_nncom…
1179 … the build result [OH_NNCompilation_Build](#oh_nncompilation_build). Therefore, this API must be c…
1209 …CacheFromBuffer](#oh_nncompilation_importcachefrombuffer), call [OH_NNCompilation_Build](#oh_nncom…
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp878 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nncompilation);
891 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);
909 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp1011 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);
1028 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp701 NNRT_API OH_NN_ReturnCode OH_NNCompilation_Build(OH_NNCompilation *compilation) in OH_NNCompilation_Build() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp1064 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);
1081 OH_NN_ReturnCode ret = OH_NNCompilation_Build(nnCompilation);