Function: destroy_tensor_desc
C Prototype |
void aclDestroyTensorDesc(const aclTensorDesc *desc) |
|---|---|
Python Function |
acl.destroy_tensor_desc(desc) |
Function Usage |
Destroys data of the aclTensorDesc type. |
Input Description |
desc: int, pointer address of the aclTensorDesc type to be destroyed. |
Return Value |
None |
Restrictions |
None |
Parent topic: Common APIs