pytorch
35521a26 - Fix some tensor operators to return `NotImplemented` for invalid inputs (#57934)

Commit
3 years ago
Fix some tensor operators to return `NotImplemented` for invalid inputs (#57934) Summary: Fixes https://github.com/pytorch/pytorch/issues/57719. This PR fixes `torch.Tensor{__rsub__, __rdiv__, __rtruediv__, __pow__, __rmatmul__}` to return `NotImplemented` instead of raising a `TypeError`. cc/ mruberry: The first commit of this PR is the same as https://github.com/pytorch/pytorch/pull/56997/commits/1d209db1cc624fbbe99eee5c82b7b68273c1666e excepts the commit message. Pull Request resolved: https://github.com/pytorch/pytorch/pull/57934 Reviewed By: mruberry Differential Revision: D28351931 Pulled By: albanD fbshipit-source-id: 985457a44dba24d2496794dfb8c1661cbcd4ff8f
Author
Parents
Loading