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. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 capi-mindspore-oh-ai-callbackparam
openharmony 鸿蒙 capi-mindspore-oh-ai-shapeinfo
openharmony 鸿蒙 capi-mindspore-oh-ai-contexthandle
openharmony 鸿蒙 capi-mindspore-oh-ai-traincfghandle
openharmony 鸿蒙 capi-mindspore-oh-ai-allocatorhandle