Searched defs:NnrtApi (Results 1 – 1 of 1) sorted by relevance
31 struct NnrtApi { struct34 bool nnrtExists;37 OH_NNModel* (*OH_NNModel_Construct)(void);41 OH_NN_ReturnCode (*OH_NNModel_AddOperation)(OH_NNModel* model, OH_NN_OperationType op,46 OH_NN_ReturnCode (*OH_NNModel_Finish)(OH_NNModel* model);47 void (*OH_NNModel_Destroy)(OH_NNModel** model);51 OH_NNCompilation* (*OH_NNCompilation_Construct)(const OH_NNModel* model);54 OH_NN_ReturnCode (*OH_NNCompilation_SetPerformanceMode)(OH_NNCompilation* compilation,59 OH_NN_ReturnCode (*OH_NNCompilation_Build)(OH_NNCompilation* compilation);60 void (*OH_NNCompilation_Destroy)(OH_NNCompilation** compilation);[all …]