Function: destroy_subscribe_config

Applicable Products

Product

Supported (√/x)

Ascend 950PR/Ascend 950DT

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

Description

Destroys data of the aclprofSubscribeConfig type created by the acl.prof.create_subscribe_config call.

Prototype

  • C Prototype
    1
    aclError aclprofDestroySubscribeConfig(const aclprofSubscribeConfig *profSubscribeConfig)
    
  • Python Function
    1
    ret = acl.prof.destroy_subscribe_config(subscribe_config)
    

Parameters

Parameter

Description

subscribe_config

Int, address object of the aclprofSubscribeConfig type to be destroyed.

Return Values

Return Value

Description

ret

Int, error code.

Restrictions

  • Use this API together with the acl.prof.create_subscribe_config API. Call acl.prof.create_subscribe_config first and then acl.prof.destroy_subscribe_config.
  • If the same aclprofSubscribeConfig repeatedly calls the acl.prof.destroy_subscribe_config API, an error indicating that the memory is freed repeatedly is reported.