Function: free_physical
C Prototype |
aclError aclrtFreePhysical(aclrtDrvMemHandle handle) |
|---|---|
Python Function |
ret = acl.rt.free_physical(handle) |
Function Usage |
Frees the physical memory allocated by the acl.rt.malloc_physical call. The Atlas 200/300/500 Inference Product does not support this API. |
Input Description |
handle: handle of the physical address to be released. |
Return Value |
ret: int, error code.
|
Restrictions |
|
Parent topic: Memory Management