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

SetDynamicInputEdgeIndex

Syntax

void SetDynamicInputEdgeIndex(uint32_t dynamicInputEdgeIndex = 0);

Function Description

If a model input is shared by multiple operators, that is, the Data operator is followed by more operators, set this parameter to perform AIPP differently for different output edges of the Data operator.

Parameter Description

Parameter

Input/Output

Type

Description

dynamicInputEdgeIndex

Input

uint32_t

Subscript of the output edge corresponding to the input of a model, starting from 0. The default value is 0.

Return Value

None

Exception Handling

None

Restriction

None