acl.himpi.dvpp_free
C Prototype |
hi_s32 hi_mpi_dvpp_free(hi_void *dev_ptr) |
|---|---|
Python Function |
ret = acl.himpi.dvpp_free(dev_ptr) |
Function Usage |
Frees device memory. acl.himpi.dvpp_free frees only memory allocated by the acl.himpi.dvpp_malloc call. The Atlas 200/300/500 Inference Product does not support this API. The Atlas Training Series Product does not support this API. |
Input Description |
dev_ptr: int, pointer address of the memory to be freed. |
Return Value |
ret: int, error code.
|
Parent topic: Common APIs