Function: destroy_aipp

Applicability

Product

Supported

Atlas 350 Accelerator Card

x

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

Function Usage

Destroys data of the aclmdlAIPP type created by the acl.mdl.create_aipp call.

Prototype

  • C Prototype
    1
    aclError aclmdlDestroyAIPP(const aclmdlAIPP *aippParmsSet)
    
  • Python Function
    1
    ret = acl.mdl.destroy_aipp(aipp_parms_set)
    

Parameters

Parameter

Description

aipp_parms_set

Int, pointer address of the aclmdlAIPP data object to be destroyed.

Returns

Return Value

Description

ret

Int, error code.