Function: destroy_attr

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

Prototype

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

Parameters

Parameter

Description

attr

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

Returns

None