Uh oh!
There was an error while loading. Please reload this page.
QNN quantize and dequantize operators. - #3745
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
shoubhik
commented
Aug 12, 2019
@u99127, @FrozenGene, @jackwish, @tqchen can you take a look at this PR. |
FrozenGene
commented
Aug 13, 2019
Hi @shoubhik I have a little busy today. I could have time to look tomorrow. Thanks. |
zhenhuaw-me
left a comment
There was a problem hiding this comment.
LGTM, only some naming things. Thank you.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
leo-blonk
left a comment
There was a problem hiding this comment.
Jackwish's comments make sense to me but other than that LGTM.
shoubhik
commented
Aug 14, 2019
Resolved all the style related comments. |
anijain2305
commented
Aug 14, 2019
@tqchen Can you please review and merge this, given we have approvals from all the stakeholders. |
tqchen
commented
Aug 14, 2019
Sorry I will be traveling in the incoming weeks, perhaps @ZihengJiang@vinx13 can help manage QNN related PRs |
shoubhik
commented
Aug 14, 2019
@ZihengJiang@vinx13 can you review and merge this PR. |
vinx13
left a comment
There was a problem hiding this comment.
minor change and please get CI passed
Uh oh!
There was an error while loading. Please reload this page.
vinx13
commented
Aug 14, 2019
@shoubhik Please resolve the conflict (I have merged the other PR) |
# Conflicts: # python/tvm/relay/qnn/op/qnn.py
shoubhik
commented
Aug 15, 2019
There is a dependency on #3779. Once it is merged the test case can pass. |
anijain2305
commented
Aug 15, 2019
@vinx13 Can this be merged now? |
Uh oh!
There was an error while loading. Please reload this page.
shoubhik
commented
Aug 16, 2019
@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.