-
Notifications
You must be signed in to change notification settings - Fork 749
Make test_replace_quant_view_dequant_with_requantize use GraphBuilder. #10928
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10928
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 19a9179 with merge base de72d65 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D74843628 |
pytorch#10928) Summary: Use GraphBuilder to create the model for unit testing. Differential Revision: D74843628
pytorch#10928) Summary: Use GraphBuilder to create the model for unit testing. Differential Revision: D74843628
|
This pull request was exported from Phabricator. Differential Revision: D74843628 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D74843628 |
pytorch#10928) Summary: Pull Request resolved: pytorch#10928 Use GraphBuilder to create the model for unit testing. Differential Revision: D74843628
| ) | ||
| builder.output(dequant) | ||
| graph_module = FuseQuantDequantToRequantizePass()( | ||
| builder.get_graph_module() |
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.
Nit: same as the other PR, we can use a variable for readability
pytorch#10928) Summary: Use GraphBuilder to create the model for unit testing. Reviewed By: zonglinpeng, mcremon-meta Differential Revision: D74843628
pytorch#10928) Summary: Use GraphBuilder to create the model for unit testing. Reviewed By: zonglinpeng, mcremon-meta Differential Revision: D74843628
|
This pull request was exported from Phabricator. Differential Revision: D74843628 |
pytorch#10928) Summary: Pull Request resolved: pytorch#10928 Use GraphBuilder to create the model for unit testing. Reviewed By: zonglinpeng, mcremon-meta Differential Revision: D74843628
pytorch#10928) Summary: Pull Request resolved: pytorch#10928 Use GraphBuilder to create the model for unit testing. Reviewed By: zonglinpeng, mcremon-meta Differential Revision: D74843628
|
This pull request was exported from Phabricator. Differential Revision: D74843628 |
Differential Revision: D74843628 Pull Request resolved: pytorch#10928
Summary: Use GraphBuilder to create the model for unit testing.
Differential Revision: D74843628