burn
burn copied to clipboard
Feature Request: Add Bitwise Operations for Tensors
Bitwise operations are very common, and most deep learning frameworks support these operations. However, Burn seems to lack support for them.
For me, if bitwise operations were available, I could easily implement NumPy's packbits and unpackbits functions in Burn. These functions would help me save 87.5% of the space when storing tensors in one-hot or multi-hot representations.
is it okay if i work on this ? i'm new to open source
i'm new to open source
@aybdee Check out the Contributing file and Adding a New Operation in the book. You can open PR (or draft PR) if you have decided to contribute. Link an issue if there is any (see this to link issues). Members will review if it is ready.
I believe this is already implemented as of burn 0.17