Function: dvpp_free

Applicability

Product

Supported (√/x)

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

Frees the memory allocated by the acl.media.dvpp_malloc API.

Prototype

  • C Prototype
    1
    aclError acldvppFree(void *devPtr)
    
  • Python Function
    1
    ret = acl.media.dvpp_free(dev_ptr)
    

Parameter Description

Parameter

Description

dev_ptr

Int, pointer address of the memory to be freed.

Return Value Description

Return Value

Description

ret

Int, error code: 0 on success; else, failure.

Reference

For details about the API call sequence and example, see Media Data Processing V1.