Added missing import keyword (#17271)

This commit is contained in:
Nikita Savelyev
2023-04-27 22:05:20 +02:00
committed by GitHub
parent fbc14a2efb
commit 100d56261a
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ The example code below shows a basic quantization workflow with accuracy control
.. code-block:: python
from openvino.tools.pot import IEEngine
from openvino.tools.pot load_model, save_model
from openvino.tools.pot import load_model, save_model
from openvino.tools.pot import compress_model_weights
from openvino.tools.pot import create_pipeline

View File

@@ -108,7 +108,7 @@ An example code below shows a basic quantization workflow:
.. code-block:: python
from openvino.tools.pot import IEEngine
from openvino.tools.pot load_model, save_model
from openvino.tools.pot import load_model, save_model
from openvino.tools.pot import compress_model_weights
from openvino.tools.pot import create_pipeline