Function: destroy_tensor_desc
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys data of the aclTensorDesc type.
Prototype
- C Prototype
1void aclDestroyTensorDesc(const aclTensorDesc *desc)
- Python Function
1acl.destroy_tensor_desc(desc)
Parameter Description
Parameter |
Description |
|---|---|
desc |
Int, pointer address of the aclTensorDesc type to be destroyed. |
Return Value Description
None.
Parent topic: aclmdlTensorDesc