aclmdlGetFirstAippInfo

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 Usage

Obtains the AIPP (static or dynamic) configuration of a model. To obtain the dynamic AIPP configuration, this API call returns the values of only the following parameters in the aclAippInfo struct: srcFormat, srcDatatype, srcDimNum, shapeCount, and outDims.

Dynamic AIPP provides the following functions and they are executed in the exact sequence: Cropping -> CSC -> Mean subtraction/normalization -> Padding.

Prototype

1
aclError aclmdlGetFirstAippInfo(uint32_t modelId, size_t index, aclAippInfo *aippInfo)

Parameters

Parameter

Input/Output

Description

modelId

Input

Model ID.

A successful aclmdlLoadFromFile, aclmdlLoadFromMem, aclmdlLoadFromFileWithMem, or aclmdlLoadFromMemWithMem call returns a model ID.

index

Input

Index of the model input.

aippInfo

Output

Pointer to AIPP configuration. For details about the type definition, see aclAippInfo.

For details, see "Advanced Features > AIPP" in the ATC.

Returns

0 on success; else, failure. For details, see aclError.