-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Add bitwise ops #20126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bitwise ops #20126
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #20126 +/- ##
==========================================
+ Coverage 79.29% 79.33% +0.03%
==========================================
Files 501 501
Lines 46984 47270 +286
Branches 8659 8672 +13
==========================================
+ Hits 37258 37503 +245
- Misses 7976 8019 +43
+ Partials 1750 1748 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, that's definitely useful. Thank you for the contribution -- LGTM
Original PR #20126 by james77777778 Original: keras-team/keras#20126
Merged from original PR #20126 Original: keras-team/keras#20126
Original PR #20126 by james77777778 Original: keras-team/keras#20126
Merged from original PR #20126 Original: keras-team/keras#20126
I need
left_shiftandright_shiftin some cases.After implementing them, I realized that it might be useful to add these bitwise ops.