Function: destroy_stamp

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

Description

Destroys a msproftx event stamp.

Prototype

  • C Prototype
    1
    void aclprofDestroyStamp(void *stamp)
    
  • Python Function
    1
    acl.prof.destroy_stamp(stamp)
    

Parameters

Parameter

Description

stamp

Int, stamp pointer address, indicating the msproftx event stamp. This specifies the pointer to the Function: create_stamp API.

Return Value

None

Restrictions

This API must be used in pair with Function: create_stamp and after Function: stop.