aclDestroyTensorList
Function Usage
Destroys the aclTensorList created by calling the aclCreateTensorList API. The tensors in the aclTensorList do not need to be destroyed again.
Prototype
aclnnStatus aclDestroyTensorList(const aclTensorList *array)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
array |
Input |
aclTensorList to be destroyed. |
Returns
0 on success; else, failure.
Parent topic: Basic APIs