OH_AI_TensorHandleArray
typedef struct OH_AI_TensorHandleArray {...} 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 module: MindSpore
Header file: model.h
Summary
Member Variables
| Name | Description |
|---|---|
| size_t handle_num | Tensor array length. |
| OH_AI_TensorHandle* handle_list | Tensor array pointer. |