[WIP][FX] BC guarantees for 1.10 (#63888)
authorJames Reed <jamesreed@fb.com>
Tue, 31 Aug 2021 02:54:50 +0000 (19:54 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 31 Aug 2021 02:56:46 +0000 (19:56 -0700)
commit538647fe1fb94b7822ea3b8bbbd6901961431d60
tree1048ae27989b6431bb508d856eae1dfc3b7d80a8
parent09dfaa0339c944d1c4b64193e0962972affbe0c7
[WIP][FX] BC guarantees for 1.10 (#63888)

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

Test Plan: Imported from OSS

Reviewed By: pbelevich

Differential Revision: D30523133

Pulled By: jamesr66a

fbshipit-source-id: b04cc0d842a74862f42ecba98b757310cd2ec7b0
21 files changed:
test/expect/TestFXAPIBackwardCompatibility.test_class_member_back_compat-fx_backcompat_class_members.expect [new file with mode: 0644]
test/expect/TestFXAPIBackwardCompatibility.test_function_back_compat-fx_backcompat_function_signatures.expect [new file with mode: 0644]
test/test_fx.py
test/test_fx_experimental.py
torch/fx/__init__.py
torch/fx/_compatibility.py [new file with mode: 0644]
torch/fx/_symbolic_trace.py
torch/fx/annotate.py
torch/fx/experimental/fx_acc/acc_ops.py
torch/fx/graph.py
torch/fx/graph_module.py
torch/fx/immutable_collections.py
torch/fx/interpreter.py
torch/fx/node.py
torch/fx/operator_schemas.py
torch/fx/passes/shape_prop.py
torch/fx/passes/split_module.py
torch/fx/proxy.py
torch/fx/subgraph_rewriter.py
torch/fx/tensor_type.py
torch/quantization/ns/graph_passes.py