-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TorchFX] Deptwise convolution support (#2896)
### Changes Depthwise convolution subtypes are integrated to torchFX nncf graph builder ### Reason for changes To correctly quantize deptiwise convolutions ### Related tickets #2766 ### Tests `tests/torch/fx/test_models.py` is updated
- Loading branch information
1 parent
865798c
commit c57df43
Showing
8 changed files
with
5,406 additions
and
1,100 deletions.
There are no files selected for viewing
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
2,138 changes: 1,047 additions & 1,091 deletions
2,138
tests/torch/data/reference_graphs/fx/quantized/mobilenet_v3_small.dot
Large diffs are not rendered by default.
Oops, something went wrong.
508 changes: 507 additions & 1 deletion
508
tests/torch/data/reference_graphs/fx/reference_metatypes/mobilenet_v3_small.json
Large diffs are not rendered by default.
Oops, something went wrong.
256 changes: 255 additions & 1 deletion
256
tests/torch/data/reference_graphs/fx/reference_metatypes/resnet18.json
Large diffs are not rendered by default.
Oops, something went wrong.
2,685 changes: 2,684 additions & 1 deletion
2,685
tests/torch/data/reference_graphs/fx/reference_metatypes/swin_v2_s.json
Large diffs are not rendered by default.
Oops, something went wrong.
278 changes: 277 additions & 1 deletion
278
tests/torch/data/reference_graphs/fx/reference_metatypes/unet.json
Large diffs are not rendered by default.
Oops, something went wrong.
588 changes: 587 additions & 1 deletion
588
tests/torch/data/reference_graphs/fx/reference_metatypes/vit_b_16.json
Large diffs are not rendered by default.
Oops, something went wrong.
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