tree: 545bb44e84157e60b807f45207fb482496931f48 [path history] [tgz]
  1. backends/
  2. dialect/
  3. infra/
  4. tests/
  5. utils/
  6. __init__.py
  7. fake_tensor_prop.py
  8. graph_drawer.py
  9. graph_manipulation.py
  10. net_min_base.py
  11. operator_support.py
  12. param_fetch.py
  13. pass_manager.py
  14. README.md
  15. reinplace.py
  16. shape_prop.py
  17. split_module.py
  18. split_utils.py
  19. splitter_base.py
  20. 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