pytorch
ce444991 - Port reverse binary ops to `OpInfo` (#56471)

Commit
3 years ago
Port reverse binary ops to `OpInfo` (#56471) Summary: Fixes https://github.com/pytorch/pytorch/issues/54296 Tracking Issue https://github.com/pytorch/pytorch/issues/54261 **Summary:** - `rsub` (aten function) was already ported - Ported tests for its dunder version: `__rsub__` - Ported tests for the other dunder functions: `__radd__`, `__rmul__`, `__rdiv__`, `__rpow__` Pull Request resolved: https://github.com/pytorch/pytorch/pull/56471 Reviewed By: ngimel Differential Revision: D28142843 Pulled By: mruberry fbshipit-source-id: 3d1bd88a4f124774f48d33a7ca7bfc7f796360df
Author
Parents
Loading