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