未验证 提交 6b81910a 编写于 作者: Z zengyawen 提交者: Gitee

add nativeapis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 168865e3
# types.h
## Overview
Provides the model file types and device types supported by MindSpore Lite.
**Since:**
9
**Related Modules:**
[MindSpore](_mind_spore.md)
## Summary
### Types
| Name | Description |
| -------- | -------- |
| [OH_AI_ModelType](_mind_spore.md#oh_ai_modeltype) | Defines model file types. |
| [OH_AI_DeviceType](_mind_spore.md#oh_ai_devicetype) | Defines the supported device types. |
### Enums
| Name | Description |
| -------- | -------- |
| [OH_AI_ModelType](_mind_spore.md#oh_ai_modeltype) { OH_AI_MODELTYPE_MINDIR = 0, OH_AI_MODELTYPE_INVALID = 0xFFFFFFFF } | Defines model file types. |
| [OH_AI_DeviceType](_mind_spore.md#oh_ai_devicetype) {<br/>OH_AI_DEVICETYPE_CPU = 0, OH_AI_DEVICETYPE_GPU, OH_AI_DEVICETYPE_KIRIN_NPU, OH_AI_DEVICETYPE_NNRT = 60,<br/>OH_AI_DEVICETYPE_INVALID = 100<br/>} | Defines the supported device types. |
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册