Updated on 2022-03-13 GMT+08:00

SetDynamicInputIndex

Syntax

void SetDynamicInputIndex(uint32_t dynamicInputIndex = 0);

Function Description

Specifies the sequence number of the original input of a model to implement AIPP.

Parameter Description

Parameter

Input/Output

Type

Description

dynamicInputIndex

Input

uint32_t

Subscript of the original input of a model, starting from 0. The default value is 0.

For example, if the model has two inputs. To have AIPP start from the second input, set dynamicInputIndex to 1.

Return Value

None

Exception Handling

None

Restriction

None