Added missing import keyword (#17271)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user