pytorch/test/fx
Gabriel Ferns 1e73842029 Refactor FxGraphDrawer to use HTML-like labels (#137726)
Fixes https://github.com/pytorch/pytorch/issues/137499
Testing: Added a new unit test to make sure that the regression case succeeds.
I'm debating about whether to make the borders visible. I'm partial to no borders, but it might make it harder for some people to read?
![68a2b0e3-orig_fx_graph_diagram](https://github.com/user-attachments/assets/fbc2fd98-9e76-488e-8ebe-c64fbf206932)
Vs.
![2bfe1c4f-orig_fx_graph_diagram](https://github.com/user-attachments/assets/b6bc88ba-dda2-4cf7-84ac-a615e1e03a74)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/137726
Approved by: https://github.com/eellison, https://github.com/malfet
2024-11-01 23:19:50 +00:00
..
named_tup.py
quantization.py
test_common_passes.py
test_cse_pass.py
test_dce_pass.py
test_future.py
test_fx_const_fold.py
test_fx_node_hook.py
test_fx_param_shape_control_flow.py
test_fx_split.py
test_fx_xform_observer.py
test_gradual_type.py
test_graph_drawer.py Refactor FxGraphDrawer to use HTML-like labels (#137726) 2024-11-01 23:19:50 +00:00
test_lazy_graph_module.py
test_matcher_utils.py
test_partitioner_order.py
test_pass_infra.py
test_shape_inference.py
test_source_matcher_utils.py
test_subgraph_rewriter.py
test_z3_gradual_types.py