aclDestroyTensorList

Function Usage

Destroys the aclTensorList created by calling aclCreateTensorList.

Prototype

aclnnStatus aclDestroyTensorList(const aclTensorList *array)

Parameters

Parameter

Input/Output

Description

array

Input

aclTensorList to be destroyed.

Returns

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

Constraints

The aclTensor in the aclTensorList does not need to be destroyed again.

Examples

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