[FX] Ensure BC coverage for all of torch.fx.passes (#65081)
authorJames Reed <jamesreed@fb.com>
Fri, 17 Sep 2021 16:26:37 +0000 (09:26 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 17 Sep 2021 16:32:43 +0000 (09:32 -0700)
commit0559cb37cd2dbee6dce25c6afcd155e2fdd1f335
treecfa511e8b011143eef256546426d60b1c727fc56
parentcf7409e18489f28b79e8c03f3be1926c68e1be69
[FX] Ensure BC coverage for all of torch.fx.passes (#65081)

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/65081

Test Plan: Imported from OSS

Reviewed By: jbschlosser, khabinov

Differential Revision: D30967428

Pulled By: jamesr66a

fbshipit-source-id: 2ff83da728dc469f086cf504e71b43396db612d8
test/test_fx.py
torch/fx/passes/__init__.py
torch/fx/passes/graph_drawer.py
torch/fx/passes/graph_manipulation.py
torch/fx/passes/net_min_base.py
torch/fx/passes/operator_support.py
torch/fx/passes/param_fetch.py
torch/fx/passes/split_utils.py
torch/fx/passes/splitter_base.py
torch/fx/passes/tools_common.py