[quant][graphmode][fx] Add support for functional conv1d and conv3d#51155
Closed
jerryzh168 wants to merge 2 commits intogh/jerryzh168/534/basefrom
Closed
[quant][graphmode][fx] Add support for functional conv1d and conv3d#51155jerryzh168 wants to merge 2 commits intogh/jerryzh168/534/basefrom
jerryzh168 wants to merge 2 commits intogh/jerryzh168/534/basefrom
Conversation
Summary: This PR added support for quantizing functional conv1d, conv3d, conv1d_relu and conv3d_relu Test Plan: python test/test_quantization.py TestQuantizeFxOps.test_functional_conv Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Contributor
💊 CI failures summary and remediationsAs of commit 83c0bee (more details on the Dr. CI page):
🚧 5 fixed upstream failures:These were probably caused by upstream breakages that were already fixed.
Please rebase on the
|
vkuzo
approved these changes
Jan 26, 2021
…nd conv3d" Summary: This PR added support for quantizing functional conv1d, conv3d, conv1d_relu and conv3d_relu Test Plan: python test/test_quantization.py TestQuantizeFxOps.test_functional_conv Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D26089965](https://our.internmc.facebook.com/intern/diff/D26089965) [ghstack-poisoned]
Contributor
|
This pull request has been merged in dd1a97b. |
Collaborator
|
Unlanding. This broke several builds, as its Github CI indicates. Sample failure: |
jerryzh168
added a commit
that referenced
this pull request
Jan 28, 2021
…51155) Summary: This PR added support for quantizing functional conv1d, conv3d, conv1d_relu and conv3d_relu Test Plan: python test/test_quantization.py TestQuantizeFxOps.test_functional_conv Reviewed By: vkuzo [ghstack-poisoned]
Contributor
Author
|
will reland in #51254 |
jerryzh168
added a commit
that referenced
this pull request
Jan 28, 2021
…conv1d and conv3d (#51155)" Summary: This PR added support for quantizing functional conv1d, conv3d, conv1d_relu and conv3d_relu Test Plan: python test/test_quantization.py TestQuantizeFxOps.test_functional_conv Reviewed By: vkuzo Differential Revision: [D26116172](https://our.internmc.facebook.com/intern/diff/D26116172) [ghstack-poisoned]
facebook-github-bot
pushed a commit
that referenced
this pull request
Jan 28, 2021
…51155) (#51254) Summary: Pull Request resolved: #51254 This PR added support for quantizing functional conv1d, conv3d, conv1d_relu and conv3d_relu Test Plan: python test/test_quantization.py TestQuantizeFxOps.test_functional_conv Imported from OSS Reviewed By: vkuzo Differential Revision: D26116172 fbshipit-source-id: 56e7d799c11963fe59ee3a1b6eb23f52007b91dc
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
…ytorch#51155) Summary: Pull Request resolved: pytorch#51155 This PR added support for quantizing functional conv1d, conv3d, conv1d_relu and conv3d_relu Test Plan: python test/test_quantization.py TestQuantizeFxOps.test_functional_conv Imported from OSS Reviewed By: vkuzo Differential Revision: D26089965 fbshipit-source-id: 4aea507d05b744807e993f6d3711ab308fb7591b
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
…ytorch#51155) (pytorch#51254) Summary: Pull Request resolved: pytorch#51254 This PR added support for quantizing functional conv1d, conv3d, conv1d_relu and conv3d_relu Test Plan: python test/test_quantization.py TestQuantizeFxOps.test_functional_conv Imported from OSS Reviewed By: vkuzo Differential Revision: D26116172 fbshipit-source-id: 56e7d799c11963fe59ee3a1b6eb23f52007b91dc
This file contains hidden or 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
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.
Stack from ghstack:
Summary:
This PR added support for quantizing functional conv1d, conv3d, conv1d_relu and conv3d_relu
Test Plan:
python test/test_quantization.py TestQuantizeFxOps.test_functional_conv
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D26089965