Function: finalize_dump

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

Deinitializes the dump.

Prototype

  • C Prototype
    1
    aclError aclmdlFinalizeDump()
    
  • Python Function
    1
    ret = acl.mdl.finalize_dump()
    

Parameters

None

Return Value

Return Value

Description

ret

Int, error code. 0 on success; else, failure.

Restrictions

Reference

In addition, the acl.init API is provided. During initialization, the dump configuration information is transferred through the *.json file. After the application is run, the dump data is obtained. In this mode, the acl.init API can be called only once in a process. To modify the dump configuration, modify the configuration in the *.json file.