You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOCS] Removing Model Optimizer mentions from docs for master (#25505)
Removed Model Optimizer mentions from user docs.
---------
Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Or extensions can be constructed in a separately compiled shared library.
78
-
Separately compiled library can be used in Model Optimizer or ``benchmark_app``.
79
-
Read about how to build and load such a library in the chapter of “Create library with extensions” in
80
-
:doc:`Introduction to OpenVINO Extension <../openvino-extensibility>`.
77
+
However, extensions can also be constructed in a separately compiled shared library, that is suitable for loading models with custom operations in a Python application or tools like ``benchmark_app``.
78
+
For details on how to build and load such library, check the following :ref:`guide <create_a_library_with_extensions>`.
81
79
82
80
If operation have multiple inputs and/or outputs they will be mapped in order.
83
81
The type of elements in input/output tensors should match expected types in the surrounding operations.
Copy file name to clipboardexpand all lines: docs/articles_en/openvino-workflow/running-inference/optimize-inference/optimize-preprocessing/layout-api-overview.rst
+6-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,12 @@ Below is a list of cases where input/output layout is important:
21
21
* Applying the :doc:`preprocessing <../optimize-preprocessing>` steps, such as subtracting means, dividing by scales, resizing an image, and converting ``RGB`` <-> ``BGR``.
22
22
* Setting/getting a batch for a model.
23
23
24
-
* Doing the same operations as used during the model conversion phase. For more information, refer to the :doc:`Model Optimizer Embedding Preprocessing Computation <../../../../documentation/legacy-features/transition-legacy-conversion-api/legacy-conversion-api/[legacy]-embedding-preprocessing-computation>` guide.
24
+
* Doing the same operations as used during the model conversion phase. For more information, refer to the:
25
+
26
+
* :doc:`Convert to OpenVINO <../../../model-preparation/convert-model-to-ir>`
27
+
* `OpenVINO Model Conversion Tutorial <https://docs.openvino.ai/2024/notebooks/convert-to-openvino-with-output.html>`__
28
+
* :doc:`[LEGACY] Model Optimizer Embedding Preprocessing Computation <../../../../documentation/legacy-features/transition-legacy-conversion-api/legacy-conversion-api/[legacy]-embedding-preprocessing-computation>` guide.
29
+
25
30
* Improving the readability of a model input and output.
Copy file name to clipboardexpand all lines: docs/articles_en/openvino-workflow/running-inference/stateful-models/obtaining-stateful-openvino-model.rst
``--input`` and ``--output``. For example, check the `OpenVINO Model Conversion Tutorial <https://docs.openvino.ai/2024/notebooks/convert-to-openvino-with-output.html>`__.
200
199
201
-
For example, the parameter and the problematic constant in the picture above can be
202
-
trimmed using the ``--input Reshape_layer_name`` command-line option. The problematic
200
+
As for the parameter and the problematic constant in the picture above, it can be
201
+
trimmed by using the ``--input Reshape_layer_name`` command-line option. The problematic
203
202
constant can be also replaced using OpenVINO, as shown in the following example:
0 commit comments