aclprofDestroyStepInfo

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Destroys data of the aclprofStepInfo type created by calling aclprofCreateStepInfo.

Restrictions

  • This API is used with aclprofCreateStepInfo. Call aclprofCreateStepInfo and then aclprofDestroyStepInfo.
  • If the same aclprofStepInfo pointer repeatedly calls the aclprofDestroyStepInfo API, an error indicating that the memory is freed repeatedly is reported.

Prototype

void aclprofDestroyStepInfo(aclprofStepInfo* stepinfo)

Parameters

Parameter

Input/Output

Description

stepinfo

Input

Step information. Call aclprofCreateStepInfo to create data of the aclprofStepInfo type in advance.