Function: finalize

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

Finalizes profiling.

Prototype

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

Parameters

None

Return Value

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.