-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
QNN quantize and dequantize operators. #3745
Conversation
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.
Minor comments.
@u99127, @FrozenGene, @jackwish, @tqchen can you take a look at this PR. |
Hi @shoubhik I have a little busy today. I could have time to look tomorrow. Thanks. |
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, only some naming things. Thank you.
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.
Jackwish's comments make sense to me but other than that LGTM.
Resolved all the style related comments. |
@tqchen Can you please review and merge this, given we have approvals from all the stakeholders. |
Sorry I will be traveling in the incoming weeks, perhaps @ZihengJiang @vinx13 can help manage QNN related PRs |
@ZihengJiang @vinx13 can you review and merge this PR. |
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.
minor change and please get CI passed
@shoubhik Please resolve the conflict (I have merged the other PR) |
# Conflicts: # python/tvm/relay/qnn/op/qnn.py
There is a dependency on #3779. Once it is merged the test case can pass. |
@vinx13 Can this be merged now? |
@vinx13 can it be merged now? |
* QNN quantize and dequantize operators. * addressing review comments. * addressing review comments. * Adding new line at the end of the file. * Adhering to styling guidelines. * Adding name to contributors. * Fixing lint issue. * Fixing file name. * Removing unnecessary code.
* QNN quantize and dequantize operators. * addressing review comments. * addressing review comments. * Adding new line at the end of the file. * Adhering to styling guidelines. * Adding name to contributors. * Fixing lint issue. * Fixing file name. * Removing unnecessary code.
* QNN quantize and dequantize operators. * addressing review comments. * addressing review comments. * Adding new line at the end of the file. * Adhering to styling guidelines. * Adding name to contributors. * Fixing lint issue. * Fixing file name. * Removing unnecessary code.
This is a followup PR for #3531. It has the implementations for the Quantize and Dequantize operators.