Files
concrete/hdk/common/optimization/__init__.py
Arthur Meyre 4e40982f5a feat(float-fusing): fuse float parts of an OPGraph during compilation
- this allows to be compatible with the current compiler and squash float
domains into a single int to int ArbitraryFunction
2021-08-17 18:27:31 +02:00

2 lines
63 B
Python

"""Module holding various optimization/simplification code."""