Function: destroy_aipp

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

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)
    

Parameter Description

Parameter

Description

aipp_parms_set

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

Return Value Description

Return Value

Description

ret

Int, error code.