Function: destroy_handle

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 the handle to an execution operator.

Prototype

  • C Prototype
    1
    void aclopDestroyHandle(aclopHandle *handle)
    
  • Python Function
    1
    acl.op.destroy_handle(handle)
    

Parameter Description

Parameter

Description

handle

Int, pointer address of the operator handle of the ACL to be destroyed.

Return Value Description

None.