Support the bitwise_invert
alias to bitwise_not
#71686
<
8000
div class="d-flex flex-order-2 flex-md-order-1 mx-2">
Labels
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
🚀 The feature, motivation and pitch
Python Array API proposes the use of
bitwise_invert
among other Element-wise Functions. Currently, PyTorch supports the same functionality withtorch.bitwise_not
. As listed in #58742, to make it compliant with the Array API this issue proposes to add thebitwise_invert
alias tobitwise_not
Additional context
The text was updated successfully, but these errors were encountered: