DynamicShapeSupportFlag
Function
It is used to identify whether the operator supports the dynamic shape scenario during graph input.
Prototype
1 | OpAICoreConfig &DynamicShapeSupportFlag(bool flag) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
flag |
Input |
|
Returns
OpAICoreConfig class. For details, see OpAICoreConfig.
Constraints
None
Parent topic: OpAICoreConfig