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

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

Returns

OpAICoreConfig class. For details, see OpAICoreConfig.

Constraints

None