aclDestroyBoolArray
Function Usage
Destroys the aclBoolArray created by calling the aclCreateBoolArray API.
Prototype
aclnnStatus aclDestroyBoolArray(const aclBoolArray *array)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
array |
Input |
aclBoolArray to be destroyed. |
Returns
0 on success; else, failure.
Parent topic: Basic APIs