Fix redundant class definition in GraphModule singleton constructor (#64274)
authorJay Leverett <jayleverett@fb.com>
Wed, 1 Sep 2021 00:28:42 +0000 (17:28 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 1 Sep 2021 00:34:14 +0000 (17:34 -0700)
commit44fcb00a569231be09419a97e6933152d64d92b7
treeee44cc618f284726e6eb67956654671c5824e1fe
parentc2da103fe69d493dfce48b7075e56643ac8fce58
Fix redundant class definition in GraphModule singleton constructor (#64274)

Summary:
Fixes https://github.com/pytorch/pytorch/issues/63883

Pull Request resolved: https://github.com/pytorch/pytorch/pull/64274

Reviewed By: jamesr66a

Differential Revision: D30675970

Pulled By: jayleverett

fbshipit-source-id: e74ef2a28013f0fa7c58d14f38e66cfe48d26b74
test/test_fx.py
torch/fx/graph_module.py