aclGetTensorDescSize
Description
Obtains the size of a tensor description.
Prototype
size_t aclGetTensorDescSize(const aclTensorDesc *desc)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
desc |
Input |
Pointer to data of the aclTensorDesc type. Call aclCreateTensorDesc to create data of the aclTensorDesc type in advance. |
Returns
Size of the tensor description
Parent topic: aclTensorDesc