未验证 提交 4124b205 编写于 作者: 葛亚芳 提交者: Gitee

update zh-cn/application-dev/reference/native-apis/_mind_spore.md.

Signed-off-by: N葛亚芳 <geyafang@huawei.com>
上级 3bff8bff
...@@ -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 | 张量维度数组长度。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册