Lines Matching refs:OH_NNModel
53 | typedef struct OH_NNModel OH_NNModel | Neural Network Runtime的模型句柄,用于构造模型。 |
64 | OH_NNModel_Construct() | 创建OH_NNModel类型的模型实例。 |
65 | OH_NN_ReturnCode OH_NNModel_AddTensorToModel(OH_NNModel *model, const NN_TensorDesc *tensorDesc) …
66 | OH_NN_ReturnCode OH_NNModel_SetTensorData(OH_NNModel *model, uint32_t index, const void *dataBuff…
67 | OH_NN_ReturnCode OH_NNModel_AddOperation(OH_NNModel *model, OH_NN_OperationType op, const OH_NN_U…
68 | OH_NN_ReturnCode OH_NNModel_SpecifyInputsAndOutputs(OH_NNModel *model, const OH_NN_UInt32Array *i…
69 | OH_NN_ReturnCode OH_NNModel_Finish(OH_NNModel *model) | 完成模型构图。|
70 | void OH_NNModel_Destroy(OH_NNModel **model) | 销毁模型实例。 |
77 | OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model) | 基于模型实例创建OH_NNCompilation类…
285 OH_NN_ReturnCode BuildModel(OH_NNModel** pmodel)
288 OH_NNModel* model = OH_NNModel_Construct();
427 … OH_NN_ReturnCode CreateCompilation(OH_NNModel* model, const std::vector<size_t>& availableDevice,
560 OH_NNModel* model = nullptr;
566 OH_NNModel* model = nullptr;