--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
Restrictions
None
Parent topic: Model Tuning Options