mila-iqia / myia

Myia prototyping
MIT License
455 stars 46 forks source link

Rewrite the Pipeline class #378

Closed breuleux closed 3 years ago

breuleux commented 3 years ago

This is a refactor of myia/pipeline/*.py, with pipeline.py in particular being rewritten from scratch. The new code is shorter and simpler, and since optimizers like CSE and DDE now use the same interface as any other step, they require less boilerplate to write and integrate.