tree: 2953426f79a421915f062eec6297ece8e248c7dc [path history] [tgz]
  1. backends/
  2. dialect/
  3. infra/
  4. tests/
  5. utils/
  6. __init__.py
  7. graph_drawer.py
  8. graph_manipulation.py
  9. net_min_base.py
  10. operator_support.py
  11. param_fetch.py
  12. pass_manager.py
  13. README.md
  14. shape_prop.py
  15. split_module.py
  16. split_utils.py
  17. splitter_base.py
  18. tools_common.py
torch/fx/passes/README.md

FX Pass Infrastructure

This folder contains the pass infarstructure and passes for transforming fx.Graph.

Code Structure