Function: destroy_attr
C Prototype |
void aclopDestroyAttr(const aclopAttr *attr) |
|---|---|
Python Function |
acl.op.destroy_attr(attr) |
Function Usage |
Destroys the data of the aclopAttr type created by the acl.op.create_attr call. |
Input Description |
attr: int, pointer address of the aclopAttr type data to be destroyed. This object is created by calling acl.op.create_attr. |
Return Value |
None |
Restrictions |
None |
Parent topic: Operator Loading and Execution (op)