-
Notifications
You must be signed in to change notification settings - Fork 929
PACK/UNPACK update #3175
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
PACK/UNPACK update #3175
Conversation
@tensorflow/micro Update PACK with INT16 support. Add INT16 unit tests. This is a copy of PR#2737 bug=fixes tensorflow#2736
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.
Looks good to me
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.
LGTM other than small nitpicks.
@@ -1,4 +1,4 @@ | |||
/* Copyright 2022 The TensorFlow Authors. All Rights Reserved. | |||
/* Copyright 2025 The TensorFlow Authors. All Rights Reserved. |
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.
Please leave the year the file originated.
@@ -1,4 +1,4 @@ | |||
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. | |||
/* Copyright 2025 The TensorFlow Authors. All Rights Reserved. |
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.
Please leave the year the file originated.
@tensorflow/micro
Update PACK with INT16 support.
Add INT16 unit tests.
This is a copy of PR #2737
bug=fixes #2736