aclDestroyIntArray

Function Usage

Destroys the aclIntArray created by calling the aclCreateIntArray API.

Prototype

aclnnStatus aclDestroyIntArray(const aclIntArray *array)

Parameters

Parameter

Input/Output

Description

array

Input

aclIntArray to be destroyed.

Returns

0 on success; else, failure.