tree: dd2b06f5386c9f83abde49f5d08a051d972ed67c [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. graph_transform_observer.py
  12. net_min_base.py
  13. operator_support.py
  14. param_fetch.py
  15. pass_manager.py
  16. README.md
  17. reinplace.py
  18. runtime_assert.py
  19. shape_prop.py
  20. split_module.py
  21. split_utils.py
  22. splitter_base.py
  23. 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