tree: 77ac479b59fb207406fd68cfd16c0707f338c708 [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. runtime_assert.py
  18. shape_prop.py
  19. split_module.py
  20. split_utils.py
  21. splitter_base.py
  22. 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