Searched refs:OH_NNModel_Finish (Results 1 – 16 of 16) sorted by relevance
311 OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model);
68 LoadFunction(libNeuralNetworks, "OH_NNModel_Finish", &nnrt.OH_NNModel_Finish); in LoadNnrt()
46 OH_NN_ReturnCode (*OH_NNModel_Finish)(OH_NNModel* model); member
40 | [OH_NN_ReturnCode](_neural_network_runtime.md#oh_nn_returncode)[OH_NNModel_Finish](_neural_networ…
141 | [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)
79 status = OH_NNModel_Finish(m_model); in BuildModel()266 ASSERT_EQ(OH_NN_SUCCESS, OH_NNModel_Finish(m_model));
224 RETURN_TFLITE_ERROR_IF_NN_ERROR(m_nnrt->OH_NNModel_Finish(m_nnModel), "finalizing the model"); in BuildGraph()
141 | [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)
69 | OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model) | 完成模型构图。|391 returnCode = OH_NNModel_Finish(model);
69 | OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model) | 完成模型构图。|382 returnCode = OH_NNModel_Finish(model);
308 NNRT_API OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model) in OH_NNModel_Finish() function
594 OH_NN_ReturnCode ret = OH_NNModel_Finish(model);621 OH_NN_ReturnCode ret = OH_NNModel_Finish(model);
69 | OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model) | Completes model composition.|382 returnCode = OH_NNModel_Finish(model);
647 OH_NN_ReturnCode ret = OH_NNModel_Finish(model);674 OH_NN_ReturnCode ret = OH_NNModel_Finish(model);