[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:
Tatiana Savina
2023-05-02 14:05:03 +02:00
committed by GitHub
parent aa13ab63f5
commit bba9f3094b
34 changed files with 2963 additions and 2711 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