pytorch
39d3a7ff - Connect Tensor.__ipow__ to pow_ method

Commit
2 years ago
Connect Tensor.__ipow__ to pow_ method The `pow_` method should be connected to `Tensor.__ipow__` so that the operator `**=` works correctly. Pull Request resolved: https://github.com/pytorch/pytorch/pull/76900 Approved by: https://github.com/mruberry
Author
Committer
Parents
Loading