aclDestroyIntArray

Function Usage

Destroys the aclIntArray created by calling aclCreateIntArray.

Prototype

aclnnStatus aclDestroyIntArray(const aclIntArray *array)

Parameters

Parameter

Input/Output

Description

array

Input

aclIntArray to be destroyed.

Returns

0 on success; else, failure. For details about the return codes, see Common APIs and Return Codes.

Constraints

None

Examples

For details about API calls, see the examples in aclCreateIntArray.