aclmdlGetFirstAippInfo
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
× |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
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. |
Returns
0 on success; else, failure. For details, see aclError.