aclGetFloatArraySize
Function Usage
Obtains the size of the aclFloatArray.
Prototype
aclnnStatus aclGetFloatArraySize(const aclFloatArray *array, uint64_t *size)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
array |
Input |
Source aclFloatArray. The aclFloatArray must be created by calling the aclCreateFloatArray API in advance. |
size |
Output |
Returned size of an aclFloatArray. |
Returns
0 on success; else, failure.
Parent topic: Basic APIs