Searched refs:OH_NNCompilation_Construct (Results 1 – 17 of 17) sorted by relevance
785 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);798 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);812 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);840 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);873 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);891 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);925 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);959 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);993 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);1026 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);[all …]
140 m_compilation = OH_NNCompilation_Construct(m_model);195 m_compilation = OH_NNCompilation_Construct(m_model);268 m_compilation = OH_NNCompilation_Construct(m_model);319 m_compilation = OH_NNCompilation_Construct(m_model);378 OH_NNCompilation* compilationCacheExporter = OH_NNCompilation_Construct(m_model);393 m_compilation = OH_NNCompilation_Construct(m_model);455 m_compilation = OH_NNCompilation_Construct(m_model);516 m_compilation = OH_NNCompilation_Construct(m_model);575 m_compilation = OH_NNCompilation_Construct(m_model);
838 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);851 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);865 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);893 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);926 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);944 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);978 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);1012 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);1046 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);1079 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);[all …]
73 LoadFunction(libNeuralNetworks, "OH_NNCompilation_Construct", &nnrt.OH_NNCompilation_Construct); in LoadNnrt()
51 OH_NNCompilation* (*OH_NNCompilation_Construct)(const OH_NNModel* model); member
73 OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model);
111 m_pNnCompilation = m_nnrt->OH_NNCompilation_Construct(m_nnModel); in Prepare()
77 | OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model) | 基于模型实例创建OH_NNCompilation类…431 OH_NNCompilation* compilation = OH_NNCompilation_Construct(model);
77 | OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model) | 基于模型实例创建OH_NNCompilation类…422 OH_NNCompilation* compilation = OH_NNCompilation_Construct(model);
28 | [OH_NNCompilation](_neural_network_runtime.md#oh_nncompilation) \* [OH_NNCompilation_Construct](_…
79 | [OH_NNCompilation](#oh_nncompilation) \* [OH_NNCompilation_Construct](#oh_nncompilation_construct…997 ### OH_NNCompilation_Construct()1000 OH_NNCompilation *OH_NNCompilation_Construct (const OH_NNModel *model)1124 调用[OH_NNCompilation_Construct](#oh_nncompilation_construct)、[OH_NNCompilation_ConstructWithOfflineM…2186 …l_GetAvailableOperations](#oh_nnmodel_getavailableoperations)和[OH_NNCompilation_Construct](#oh_nnc…
353 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);365 OH_NNCompilation* ret = OH_NNCompilation_Construct(model);907 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);2390 OH_NNCompilation* nnCompilation = OH_NNCompilation_Construct(model);
79 | [OH_NNCompilation](#oh_nncompilation) \* [OH_NNCompilation_Construct](#oh_nncompilation_construct…997 ### OH_NNCompilation_Construct()1000 OH_NNCompilation *OH_NNCompilation_Construct (const OH_NNModel *model)1124 …ed to destroy the model building instances created by calling [OH_NNCompilation_Construct](#oh_nnc…2186 Before calling **OH_NNModel_GetAvailableOperations** and **OH_NNCompilation_Construct**, you must c…
77 | OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model) | Creates an **OH_NNCompila…422 OH_NNCompilation* compilation = OH_NNCompilation_Construct(model);
115 NNRT_API OH_NNCompilation *OH_NNCompilation_Construct(const OH_NNModel *model) in OH_NNCompilation_Construct() function