--oo_constant_folding

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

Argument:

  • true (default): enabled.
  • false: disabled.

Suggestions and Benefits

None

Example

--oo_constant_folding=true

Applicability

Atlas 200/300/500 Inference Product

Atlas Training Series Product

Restrictions

None