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

add nativeapis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 2c89be5c
# OH_AI_TensorHandleArray
## Overview
Defines the tensor array structure, which is used to store the tensor array pointer and tensor array length.
**Since:**
9
**Related Modules:**
[MindSpore](_mind_spore.md)
## Summary
### Member Variables
| Name | Description |
| -------- | -------- |
| [handle_num](#handle_num) | Tensor array length |
| [handle_list](#handle_list) | Tensor array pointer |
## Member Variable Description
### handle_list
```
OH_AI_TensorHandle* OH_AI_TensorHandleArray::handle_list
```
**Description**<br>
Tensor array pointer
### handle_num
```
size_t OH_AI_TensorHandleArray::handle_num
```
**Description**<br>
Tensor array length
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册