未验证 提交 140890a4 编写于 作者: O openharmony_ci 提交者: Gitee

!18615 3.2Release分支:AI-MindSpore 修改:无需翻译

Merge pull request !18615 from 葛亚芳/OpenHarmony-3.2-Release
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
| [OH_AI_Status](#oh_ai_status-1) | Minspore的状态码。 | | [OH_AI_Status](#oh_ai_status-1) | Minspore的状态码。 |
| [OH_AI_TensorHandle](#oh_ai_tensorhandle) | 指向张量对象句柄。 | | [OH_AI_TensorHandle](#oh_ai_tensorhandle) | 指向张量对象句柄。 |
| [OH_AI_ModelType](#oh_ai_modeltype-1) | 模型文件的类型。 | | [OH_AI_ModelType](#oh_ai_modeltype-1) | 模型文件的类型。 |
| [OH_AI_DeviceType](#oh_ai_devicetype-1) | 设备类型,该信息。 | | [OH_AI_DeviceType](#oh_ai_devicetype-1) | 设备类型信息,包含了目前支持的设备类型。 |
### 枚举 ### 枚举
...@@ -575,7 +575,7 @@ OH_AI_API int OH_AI_ContextGetThreadAffinityMode (const OH_AI_ContextHandle cont ...@@ -575,7 +575,7 @@ OH_AI_API int OH_AI_ContextGetThreadAffinityMode (const OH_AI_ContextHandle cont
**返回:** **返回:**
绑核策略。一共有三种策略,0为不绑核, 1为大核优先, 2为核优先。 绑核策略。一共有三种策略,0为不绑核, 1为大核优先, 2为核优先。
### OH_AI_ContextGetThreadNum() ### OH_AI_ContextGetThreadNum()
...@@ -1053,7 +1053,7 @@ OH_AI_API OH_AI_TensorHandle OH_AI_ModelGetOutputByTensorName (const OH_AI_Model ...@@ -1053,7 +1053,7 @@ OH_AI_API OH_AI_TensorHandle OH_AI_ModelGetOutputByTensorName (const OH_AI_Model
| 名称 | 描述 | | 名称 | 描述 |
| -------- | -------- | | -------- | -------- |
| model | 模型对象指针。 | | model | 模型对象指针。 |
| tensor_名称 | 张量名称。 | | tensor_name | 张量名称。 |
**返回:** **返回:**
...@@ -1170,7 +1170,7 @@ OH_AI_API OH_AI_TensorHandle OH_AI_TensorCreate (const char *name, OH_AI_DataTyp ...@@ -1170,7 +1170,7 @@ OH_AI_API OH_AI_TensorHandle OH_AI_TensorCreate (const char *name, OH_AI_DataTyp
| 名称 | 描述 | | 名称 | 描述 |
| -------- | -------- | | -------- | -------- |
| 名称 | 张量名称 | | name | 张量名称 |
| type | 张量的数据类型 | | type | 张量的数据类型 |
| shape | 张量的维度数组。 | | shape | 张量的维度数组。 |
| shape_num | 张量维度数组长度。 | | shape_num | 张量维度数组长度。 |
...@@ -1450,7 +1450,7 @@ OH_AI_API void OH_AI_TensorSetName (OH_AI_TensorHandle tensor, const char *name ...@@ -1450,7 +1450,7 @@ OH_AI_API void OH_AI_TensorSetName (OH_AI_TensorHandle tensor, const char *name
| 名称 | 描述 | | 名称 | 描述 |
| -------- | -------- | | -------- | -------- |
| tensor | 张量对象句柄。 | | tensor | 张量对象句柄。 |
| 名称 | 张量名称。 | | name | 张量名称。 |
### OH_AI_TensorSetShape() ### OH_AI_TensorSetShape()
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
| 类型定义名称 | 描述 | | 类型定义名称 | 描述 |
| -------- | -------- | | -------- | -------- |
| [OH_AI_ModelType](_mind_spore.md#oh_ai_modeltype-1) | 模型文件的类型。 | | [OH_AI_ModelType](_mind_spore.md#oh_ai_modeltype) | 模型文件的类型。 |
| [OH_AI_DeviceType](_mind_spore.md#oh_ai_devicetype-1) | 设备类型信息,包含了目前支持的设备类型。 | | [OH_AI_DeviceType](_mind_spore.md#oh_ai_devicetype) | 设备类型信息,包含了目前支持的设备类型。 |
### 枚举 ### 枚举
...@@ -30,4 +30,4 @@ ...@@ -30,4 +30,4 @@
| 枚举名称 | 描述 | | 枚举名称 | 描述 |
| -------- | -------- | | -------- | -------- |
| [OH_AI_ModelType](_mind_spore.md#oh_ai_modeltype-1) { <br/>OH_AI_MODELTYPE_MINDIR = 0, <br/>OH_AI_MODELTYPE_INVALID = 0xFFFFFFFF } | 模型文件的类型。 | | [OH_AI_ModelType](_mind_spore.md#oh_ai_modeltype-1) { <br/>OH_AI_MODELTYPE_MINDIR = 0, <br/>OH_AI_MODELTYPE_INVALID = 0xFFFFFFFF } | 模型文件的类型。 |
| [OH_AI_DeviceType](_mind_spore.md#oh_ai_devicetype-1) { <br/>OH_AI_DEVICETYPE_CPU = 0, <br/>OH_AI_DEVICETYPE_KIRIN_GPU, <br/>OH_AI_DEVICETYPE_KIRIN_NPU, <br/>OH_AI_DEVICETYPE_NNRT = 60, <br/>OH_AI_DEVICETYPE_INVALID = 100 } | 设备类型信息,包含了目前支持的设备类型。 | | [OH_AI_DeviceType](_mind_spore.md#oh_ai_devicetype-1) { <br/>OH_AI_DEVICETYPE_CPU = 0, <br/>OH_AI_DEVICETYPE_GPU, <br/>OH_AI_DEVICETYPE_KIRIN_NPU, <br/>OH_AI_DEVICETYPE_NNRT = 60, <br/>OH_AI_DEVICETYPE_INVALID = 100 } | 设备类型信息,包含了目前支持的设备类型。 |
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册