--oo_constant_folding

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Extended parameter for debugging. It cannot be used in commercial products and will be released as a formal function in later versions.

Enables constant folding optimization.

Constant folding is the process of replacing nodes in a computation graph that can be evaluated to a constant output value with that constant, and simplifying the structure of the computation graph accordingly.

See Also

None

Argument

Values:

  • true (default): Enables constant folding optimization.
  • false: Disables constant folding optimization.

Suggestions and Benefits

None

Example

--oo_constant_folding=true

Restrictions

None