We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff39cd commit 5154ad6Copy full SHA for 5154ad6
backends/openvino/quantizer/quantizer.py
@@ -341,13 +341,6 @@ def _get_torch_ao_qspec_from_qp(
341
def validate(self, model: torch.fx.GraphModule) -> None:
342
pass
343
344
- def transform_for_annotation(
345
- self, model: torch.fx.GraphModule
346
- ) -> torch.fx.GraphModule:
347
- # Fold constant branches to avoid their quantization
348
- nncf_fx.transformations.fold_constant_except_qdq(model)
349
- return model
350
-
351
352
def quantize_model(
353
captured_model: torch.fx.GraphModule,
0 commit comments