aclDestroyScalarList

Function Usage

Destroys the aclScalarList created by calling the aclCreateScalarList API. Scalars in aclScalarList do not need to be destroyed again.

Prototype

aclnnStatus aclDestroyScalarList(const aclScalarList *array)

Parameters

Parameter

Input/Output

Description

array

Input

aclScalarList to be destroyed.

Returns

0 on success; else, failure.