pytorch
9fc7a942 - Change from self to self.class() in _DecoratorManager to ensure a new object is every time a function is called recursively (#44633)

Commit
4 years ago
Change from self to self.class() in _DecoratorManager to ensure a new object is every time a function is called recursively (#44633) Summary: Change from self to self._class_() in _DecoratorManager to ensure a new object is every time a function is called recursively Fixes https://github.com/pytorch/pytorch/issues/44531 Pull Request resolved: https://github.com/pytorch/pytorch/pull/44633 Reviewed By: agolynski Differential Revision: D23783601 Pulled By: albanD fbshipit-source-id: a818664dee7bdb061a40ede27ef99e9546fc80bb
Author
Parents
Loading