-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[QNN] Add per-channel quantization to add/subtract/multiply #10718
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
Conversation
|
@AndrewZhaoLuo @anwang2009 @mbrookhart please review |
anwang2009
left a comment
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.
just some nits, LGTM!
AndrewZhaoLuo
left a comment
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.
Will read a bit more deeply tomorrow
AndrewZhaoLuo
left a comment
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, please take a look at the failing tests.
e3d2b35 to
89910c6
Compare
|
@sfvaroglu what's the status of this PR? |
|
I'm trying to fix the failing test. I couldn't reproduce locally (no arm-cpu), so it's going slow. |
8d86cd3 to
dda96a3
Compare
|
@AndrewZhaoLuo This PR is ready to go. |
|
LGTM, thanks for this @sfvaroglu B) |
…0718) * Add per-channel quantization to QNN add/subtract/multiply * Add feedback * Add feedback - round 2 * Fix for arm test * Add params to the test * Try again * Try int * Move lhs_axis and rhs_axis * Add as an attribute * Add quotes
…0718) * Add per-channel quantization to QNN add/subtract/multiply * Add feedback * Add feedback - round 2 * Fix for arm test * Add params to the test * Try again * Try int * Move lhs_axis and rhs_axis * Add as an attribute * Add quotes
…0718) * Add per-channel quantization to QNN add/subtract/multiply * Add feedback * Add feedback - round 2 * Fix for arm test * Add params to the test * Try again * Try int * Move lhs_axis and rhs_axis * Add as an attribute * Add quotes
This PR adds support for per-channel quantization for broadcast ops (add/subtract/multiply).