Function: destroy_handle
C Prototype |
void aclopDestroyHandle(aclopHandle *handle) |
---|---|
Python Function |
acl.op.destroy_handle(handle) |
Function Usage |
Destroys the handle to an execution operator. It is a synchronous interface. |
Input Description |
handle: int, address object of the operator handle of the ACL to be destroyed. |
Return Value |
None |
Restrictions |
Destruction API: The released or destroyed resources are no longer available after this API is called. You are advised to set the released or destroyed resources to invalid values (for example, 0 or None) after calling this API. |
Precautions |
None |