-
Notifications
You must be signed in to change notification settings - Fork 25.4k
[quant][graphmode][fx][fix] Fix quantization for tuple arguments #63376
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
Summary: Previously when tuple is an argument for a quantizable op it would be transformed to a list by mistake, this PR fixes that. Test Plan: python test/test_quantization.py TestQuantizeFx.test_preserve_tuple Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit f08bf18 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
@jerryzh168 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
…uments" Summary: Previously when tuple is an argument for a quantizable op it would be transformed to a list by mistake, this PR fixes that. Test Plan: python test/test_quantization.py TestQuantizeFx.test_preserve_tuple Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D30357642](https://our.internmc.facebook.com/intern/diff/D30357642) [ghstack-poisoned]
Summary: Previously when tuple is an argument for a quantizable op it would be transformed to a list by mistake, this PR fixes that. Test Plan: python test/test_quantization.py TestQuantizeFx.test_preserve_tuple Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 1ac5156 Pull Request resolved: #63376
@jerryzh168 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This pull request has been merged in cd5e9dc. |
Stack from ghstack:
Summary:
Previously when tuple is an argument for a quantizable op it would be transformed to a list by mistake,
this PR fixes that.
Test Plan:
python test/test_quantization.py TestQuantizeFx.test_preserve_tuple
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D30357642