acldvppFinalize

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Function

Deinitializes the DVPP. This API is called after the operator function APIs are called and before the process exits. No error is reported when this API is called repeatedly. It is recommended that the acldvppInit API be used together with this API to initialize and deinitialize the DVPP.

Either this API or aclFinalize can be called to deinitialize the DVPP. The difference is that calling this API only deinitializes the DVPP, while calling aclFinalize can deinitialize the sub-functions (including the DVPP) of the ACL API. If both APIs are called, no failure message is returned.

Prototype

acldvppStatus acldvppFinalize()

Parameters

None

Return Value Description

The status code acldvppStatus is returned. For details, see acldvpp Return Codes.