aclDestroyFloatArray

Function Usage

Destroys the aclFloatArray created by calling aclCreateFloatArray.

Prototype

aclnnStatus aclDestroyFloatArray(const aclFloatArray *array)

Parameters

Parameter

Input/Output

Description

array

Input

aclFloatArray 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 aclCreateFloatArray.