Function: finalize

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

Finalizes Profiling.

Prototype

  • C Prototype
    1
    aclError aclprofFinalize()
    
  • Python Function
    1
    ret = acl.prof.finalize()
    

Parameter Description

None.

Return Value Description

Return Value

Description

ret

Int, error code.

Restrictions

Use this API together with the acl.prof.init API. Call acl.prof.init first and then acl.prof.finalize.

Reference

For the API call example, see Profile Data Collection.