-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PTQ] Metatypes with bias list alignment (#2506)
### Changes - Reduced metatypes in `OPERATIONS_WITH_BIAS` list for ONNX; - Reduced metatypes in `OPERATIONS_WITH_BIAS` list for PyTorch; - Separated GroupConvolution from the Convolutions on ONNX; ### Reason for changes - Alignment for algorithms between backends; ### Related tickets - 133198 - 104166 - 106469 ### Tests - post_training_quantization/323 - failed with regressions for ONNX (as expected) - post_training_quantization/324 - passed (updated references)
- Loading branch information
Showing
4 changed files
with
46 additions
and
19 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
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
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
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