Enable Q/DQ opt with multiple inputs (#18752)#18752
Enable Q/DQ opt with multiple inputs (#18752)#18752boomitsnoom wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18752
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
|
@boomitsnoom has imported this pull request. If you are a Meta employee, you can view this in D98233766. |
Summary:
This diff augments the QuantizedInputWrapper to support multiple inputs, and quantize one of them.
Example of graph before fusion:
{F1987256732}
Example of graph after fusion:
{F1987256611}
Reviewed By: ethansfng
Differential Revision: D98233766
Pulled By: boomitsnoom
f973810 to
95d1794
Compare
|
@boomitsnoom has exported this pull request. If you are a Meta employee, you can view the originating Diff in D98233766. |
Summary:
This diff augments the QuantizedInputWrapper to support multiple inputs, and quantize one of them.
Example of graph before fusion:
{F1987256732}
Example of graph after fusion:
{F1987256611}
Reviewed By: ethansfng
Differential Revision: D98233766
Pulled By: boomitsnoom