Commit 1bebabe
authored
[Torch FX] Changes to Support OpenVINO Quantizer (#3579)
### Changes
1. Add method to set ignored scope in Weight Compression algorithm.
### Reason for changes
1. This is to allow the user of OpenVINO quantizer to set the ignored
scope from the instance without passing it in the quantizer
initialization.1 parent b5c8916 commit 1bebabe
File tree
1 file changed
+8
-0
lines changed- src/nncf/quantization/algorithms/weight_compression
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
370 | 378 | | |
371 | 379 | | |
372 | 380 | | |
| |||
0 commit comments