Function: destroy_attr

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 data of the aclopAttr type created by the acl.op.create_attr call.

Prototype

  • C Prototype
    1
    void aclopDestroyAttr(const aclopAttr *attr)
    
  • Python Function
    1
    acl.op.destroy_attr(attr)
    

Parameter Description

Parameter

Description

attr

Int, pointer address of the aclopAttr type data to be destroyed. This object is created by calling acl.op.create_attr.

Return Value Description

None.