-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[NNAPI QDQ] Add QDQTranspose op support #10495
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 1238049 Author: Guoyu Wang <[email protected]> Date: Mon Feb 7 12:59:04 2022 -0800 Add qdq mul support commit 9cadda7 Merge: 7a32847 0f5d0a0 Author: Guoyu Wang <[email protected]> Date: Mon Feb 7 11:24:47 2022 -0800 Merge remote-tracking branch 'origin/master' into gwang-msft/qdq_mul commit 7a32847 Author: Guoyu Wang <[email protected]> Date: Mon Feb 7 00:41:30 2022 -0800 move test case to util commit c1a8f0d Author: Guoyu Wang <[email protected]> Date: Fri Feb 4 13:04:26 2022 -0800 update input/output check commit a6f0a0d Author: Guoyu Wang <[email protected]> Date: Thu Feb 3 18:37:21 2022 -0800 update quantized io check functions commit 87f4d1d Merge: 7849f07 97b8f6f Author: Guoyu Wang <[email protected]> Date: Wed Feb 2 17:22:58 2022 -0800 Merge remote-tracking branch 'origin/master' into gwang-msft/qdq_mul commit 7849f07 Author: Guoyu Wang <[email protected]> Date: Wed Feb 2 17:22:55 2022 -0800 minor update commit 7196cdf Author: Guoyu Wang <[email protected]> Date: Wed Feb 2 10:50:10 2022 -0800 init change commit 84c0077 Merge: a8c7dce 7318361 Author: Guoyu Wang <[email protected]> Date: Tue Feb 1 18:21:17 2022 -0800 Merge remote-tracking branch 'origin/master' into gwang-msft/qdq_mul commit a8c7dce Merge: 55e536c ef7b4dc Author: Guoyu Wang <[email protected]> Date: Tue Feb 1 13:51:04 2022 -0800 Merge remote-tracking branch 'origin/master' into gwang-msft/qdq_mul commit 55e536c Author: Guoyu Wang <[email protected]> Date: Tue Feb 1 11:44:34 2022 -0800 address cr comments commit d460f5b Author: Guoyu Wang <[email protected]> Date: Tue Feb 1 00:33:54 2022 -0800 fix android UT failure commit 52146cf Author: Guoyu Wang <[email protected]> Date: Mon Jan 31 16:01:13 2022 -0800 fix build break commit ec6d07d Author: Guoyu Wang <[email protected]> Date: Mon Jan 31 15:41:52 2022 -0800 minor update to UT commit 8ec8490 Author: Guoyu Wang <[email protected]> Date: Mon Jan 31 15:01:30 2022 -0800 Add NNAPI support of QDQ Resize
…ft/onnxruntime into yguo/nnapi-qdq-transpose-support
…o yguo/nnapi-qdq-transpose-support
guoyu-wang
reviewed
Feb 9, 2022
guoyu-wang
reviewed
Feb 9, 2022
guoyu-wang
reviewed
Feb 9, 2022
guoyu-wang
reviewed
Feb 9, 2022
guoyu-wang
reviewed
Feb 9, 2022
guoyu-wang
previously approved these changes
Feb 10, 2022
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.
guoyu-wang
reviewed
Feb 10, 2022
guoyu-wang
reviewed
Feb 10, 2022
guoyu-wang
reviewed
Feb 10, 2022
guoyu-wang
approved these changes
Feb 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description: Describe your changes.
[NNAPI QDQ] Add QDQTranspose op support
*this pr's commits are based on this branch: #10483 can compare to see the changes