Function: destroy_handle

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

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)
    

Parameters

Parameter

Description

handle

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

Returns

None