[DOCS] Port docs: opsets, import keyword, deprecated options (#17289)
* Added missing import keyword (#17271) * [DOCS] shift to rst - opsets N (#17267) * opset to rst * change list indentations * fix formula * add n operations * add negative and nonzero * fix link * specs to rst * fix matrixnms path * change path to if * fix list * fix format * DOCS remove deprecated options (#17167) * DOCS remove deprecated options * removed a couple more not actual questions * remove the whole lines completely * remove a couple of more deprecations --------- Co-authored-by: Nikita Savelyev <nikita.savelyev@intel.com> Co-authored-by: Pavel Esir <pavel.esir@intel.com>
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