Home
last modified time | relevance | path

Searched refs:OH_NNModel_Finish (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_runtime.h311 OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model);
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H A Dnnrt_implementation.cpp68 LoadFunction(libNeuralNetworks, "OH_NNModel_Finish", &nnrt.OH_NNModel_Finish); in LoadNnrt()
H A Dnnrt_implementation.h46 OH_NN_ReturnCode (*OH_NNModel_Finish)(OH_NNModel* model); member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime_8h.md40 | [OH_NN_ReturnCode](_neural_network_runtime.md#oh_nn_returncode)[OH_NNModel_Finish](_neural_networ…
H A D_neural_network_runtime.md141 | [OH_NN_ReturnCode](#oh_nn_returncode)[OH_NNModel_Finish](#oh_nnmodel_finish) ([OH_NNModel](#oh_nn…
2140 …uts](#oh_nnmodel_specifyinputsandoutputs)指定模型的输入和输出;当构造完模型的拓扑结构,调用 [OH_NNModel_Finish](#oh_nnmodel…
2174 ### OH_NNModel_Finish()
2177 OH_NN_ReturnCode OH_NNModel_Finish (OH_NNModel *model)
H A D_neural_nework_runtime.md141 | [OH_NN_ReturnCode](#oh_nn_returncode)[OH_NNModel_Finish](#oh_nnmodel_finish) ([OH_NNModel](#oh_nn…
2140 …uts](#oh_nnmodel_specifyinputsandoutputs)指定模型的输入和输出;当构造完模型的拓扑结构,调用 [OH_NNModel_Finish](#oh_nnmodel…
2174 ### OH_NNModel_Finish()
2177 OH_NN_ReturnCode OH_NNModel_Finish (OH_NNModel *model)
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp79 status = OH_NNModel_Finish(m_model); in BuildModel()
266 ASSERT_EQ(OH_NN_SUCCESS, OH_NNModel_Finish(m_model));
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_kernel.cpp224 RETURN_TFLITE_ERROR_IF_NN_ERROR(m_nnrt->OH_NNModel_Finish(m_nnModel), "finalizing the model"); in BuildGraph()
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__runtime_8h.md40 | [OH_NN_ReturnCode](_neural_network_runtime.md#oh_nn_returncode)[OH_NNModel_Finish](_neural_networ…
H A D_neural_network_runtime.md141 | [OH_NN_ReturnCode](#oh_nn_returncode)[OH_NNModel_Finish](#oh_nnmodel_finish) ([OH_NNModel](#oh_nn…
2140 …output of the model. After the model topology is constructed, call [OH_NNModel_Finish](#oh_nnmodel…
2174 ### OH_NNModel_Finish()
2177 OH_NN_ReturnCode OH_NNModel_Finish (OH_NNModel *model)
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md69 | OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model) | 完成模型构图。|
391 returnCode = OH_NNModel_Finish(model);
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md69 | OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model) | 完成模型构图。|
382 returnCode = OH_NNModel_Finish(model);
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime.cpp308 NNRT_API OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model) in OH_NNModel_Finish() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp594 OH_NN_ReturnCode ret = OH_NNModel_Finish(model);
621 OH_NN_ReturnCode ret = OH_NNModel_Finish(model);
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md69 | OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model) | Completes model composition.|
382 returnCode = OH_NNModel_Finish(model);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp647 OH_NN_ReturnCode ret = OH_NNModel_Finish(model);
674 OH_NN_ReturnCode ret = OH_NNModel_Finish(model);