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

FX Pass Infrastructure

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

Code Structure