DynamicShapeSupportFlag

Function

Indicates whether the operator supports the dynamic shape scenario during graph building.

Prototype

1
OpAICoreConfig &DynamicShapeSupportFlag(bool flag)

Parameters

Parameter

Input/Output

Description

flag

Input

  • true: The operator supports the dynamic shape scenario during graph building.
  • false: The operator does not support the dynamic shape scenario during graph building.

Returns

OpAICoreConfig class. For details, see OpAICoreConfig.

Constraints

None