Function: allocator_destroy_desc

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

Destroys data of the aclrtAllocatorDesc type created by the acl.rt.allocator_create_desc call.

Prototype

  • C Prototype
    1
    aclError aclrtAllocatorDestroyDesc(aclrtAllocatorDesc alloctorDesc)
    
  • Python Function
    1
    ret = acl.rt.allocator_destroy_desc(alloctorDesc)
    

Parameter Description

Parameter

Description

allocatorDesc

Int, aclrtAllocatorDesc data to be destroyed.

Return Value Description

Return Value

Description

ret

Int, 0 on success; else, failure.