aclDestroyTensorList
函数功能
销毁通过aclCreateTensorList接口创建的aclTensorList,对于aclTensorList内的Tensor不需要再重复释放。
函数原型
aclnnStatus aclDestroyTensorList(const aclTensorList *array)
参数说明
参数名 |
输入/输出 |
说明 |
---|---|---|
array |
输入 |
需要销毁的aclTensorList。 |
返回值说明
返回0表示成功,返回其他值表示失败。
父主题: 基础接口