-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add 16bit support for unpack, transpose and comparisons operators #3028
Conversation
@gonnet can you please review the updated changes |
@suleshahid No unit tests? |
This reverts commit 31a2318.
…on support. Since CMSIS_NN supports per channel quantization for INT8
@rameshkunasi I forgot to let you know that whenever a file is updated, its copyright date must also change. Each changed file should have a current year copyright, and only a single year should appear in the copyright. Do not reformat the copyright, as there is a CI check for its format. |
@rameshkunasi |
…flag of HEXAGON and copyright year changed to all modified files
@ddavis-2015 Updated the changes as per your suggestions |
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. On to @suleshahid.
Added 16bit operator support for below operators:
And FC Per channel quantization support using RefC operator
BUG=fixes #3044