Skip to content

Commit d652ee0

Browse files
authored
Update openvino_quantizer.rst
1 parent d89f3e8 commit d652ee0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

unstable_source/openvino_quantizer.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,6 @@ Below is the list of essential parameters and their description:
165165
OpenVINOQuantizer(ignored_scope=nncf.IgnoredScope(subgraphs=[subgraph]))
166166
167167
168-
* ``target_device`` - defines the target device, the specificity of which will be taken into account during optimization. The following values are supported: ``ANY`` (default), ``CPU``, ``CPU_SPR``, ``GPU``, and ``NPU``.
169-
170-
.. code-block:: python
171-
172-
OpenVINOQuantizer(target_device=nncf.TargetDevice.CPU)
173-
174168
For further details on `OpenVINOQuantizer` please see the `documentation <https://openvinotoolkit.github.io/nncf/autoapi/nncf/experimental/torch/fx/index.html#nncf.experimental.torch.fx.OpenVINOQuantizer>`_.
175169

176170
After we import the backend-specific Quantizer, we will prepare the model for post-training quantization.

0 commit comments

Comments
 (0)