-
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
[PYTORCH]Reduce_ops support added #5308
Conversation
@siju-samuel please fix the CI error |
b1ad4cd
to
eff5a90
Compare
"Test code" doesn't mean code quality can be low. Add blank lines following established python style convention. Each function or class definition are supposed to have two blank lines between them at the top level, and one line if defined inside a function |
@masahi Thanks a lot for the review. Updated. |
@siju-samuel sorry my PR #5306 was just merged and has conflict with this one. Can you rebase? |
@siju-samuel sorry again, I just found a typo bug in our qnn test https://github.com/apache/incubator-tvm/blob/03cbf78e3e8cc910c5a9c95cd3fcafa19959644f/tests/python/frontend/pytorch/qnn_test.py#L399 Can you change |
8f4d971
to
86c756e
Compare
thanks @masahi, Done. Please have a look |
10bee0b
to
c03374e
Compare
Thanks! |
* [PYTORCH]Reduce_ops support added * Review comments updated * typo bug in qnn test
* [PYTORCH]Reduce_ops support added * Review comments updated * typo bug in qnn test
* [PYTORCH]Reduce_ops support added * Review comments updated * typo bug in qnn test
@masahi please help to review and merge this PR. Thanks in advance.