Files
apache--tvm/python
Tianqi Chen d9cecdf501 [ARITH] Remove the legacy Simplify, migrate to Analyzer. (#5385)
The legacy Simplify/CanonicalSimplify are now a thin wrapper around the Analyzer.
This PR removes these functions and migrated every place that requires
simplification to enforce Analyzer creation.
The new API would encourage more Analyzer sharing and potentially enable
context-aware analyzer-based simplification.
2020-04-20 19:28:08 -07:00
..