-
Notifications
You must be signed in to change notification settings - Fork 859
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 int16 support to PACK/UNPACK #2737
base: main
Are you sure you want to change the base?
Conversation
Not sure what's the deal with the failing CI |
"This PR is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days." |
Needs review |
"This PR is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days." |
Needs review |
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.
@andresovela Thank you for your interest in TFLM (RTLM) and for submitting this PR!
Also, thank you for your persistence and perseverance.
This change looks good. Please make sure to merge with the latest main branch so there are no conflicts.
Also, another Google procedural requirement: All changed files should have the copyright year set the to current year (I know you submitted this last year). Only the current year should appear in the copyright.
Addressed concerns :) |
This PR adds int16 support for PACK and UNPACK ops.
bug=#2736