Home
last modified time | relevance | path

Searched refs:OH_AI_ContextHandle (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/third_party/mindspore/kits/
H A Dcontext.h48 typedef void *OH_AI_ContextHandle; typedef
56 OH_AI_API OH_AI_ContextHandle OH_AI_ContextCreate();
63 OH_AI_API void OH_AI_ContextDestroy(OH_AI_ContextHandle *context);
71 OH_AI_API void OH_AI_ContextSetThreadNum(OH_AI_ContextHandle context, int32_t thread_num);
79 OH_AI_API int32_t OH_AI_ContextGetThreadNum(const OH_AI_ContextHandle context);
87 OH_AI_API void OH_AI_ContextSetThreadAffinityMode(OH_AI_ContextHandle context, int mode);
95 OH_AI_API int OH_AI_ContextGetThreadAffinityMode(const OH_AI_ContextHandle context);
108 OH_AI_API void OH_AI_ContextSetThreadAffinityCoreList(OH_AI_ContextHandle context, const int32_t *core_list,
118 OH_AI_API const int32_t *OH_AI_ContextGetThreadAffinityCoreList(const OH_AI_ContextHandle context, size_t *core_num);
126 OH_AI_API void OH_AI_ContextSetEnableParallel(OH_AI_ContextHandle contex
[all...]
H A Dmodel.h97 OH_AI_ModelType model_type, const OH_AI_ContextHandle model_context);
110 OH_AI_ModelType model_type, const OH_AI_ContextHandle model_context);
245 OH_AI_ModelType model_type, const OH_AI_ContextHandle model_context,
261 const OH_AI_ContextHandle model_context,

Completed in 1 milliseconds