--oo_constant_folding
Applicability
Product |
Supported (Yes/No) |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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
Parent topic: Model Tuning Options