pytorch
7960d723 - Update on "Update backward definition for more operators and reenable tests in test_ops.py"

Commit
4 years ago
Update on "Update backward definition for more operators and reenable tests in test_ops.py" This PR: 1. Fixes https://github.com/pytorch/pytorch/issues/41510. Updates backward formula for the following functions: `asin`, `acos`, `asinh`, `acosh`, `atan`, `atanh`, `div`, `log`, `log10`, `log2`, `log1p`, `pow`, `reciprocal`, `angle`. 2. Re-enables the tests in `test_ops.py`. 3. Adds dispatch for complex dtypes for `tanh_backward`. 4. Re-enables commented tests in `common_methods_invocation.py`. Differential Revision: [D24027761](https://our.internmc.facebook.com/intern/diff/D24027761) [ghstack-poisoned]
Author
Loading