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
Copy file name to clipboardexpand all lines: docs/articles_en/documentation/legacy-features/transition-legacy-conversion-api/legacy-conversion-api/[legacy]-model-optimizer-faq.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Q3. What does the message "[ ERROR ]: Unable to create ports for node with id" m
81
81
82
82
**A:** Most likely, Model Optimizer does not know how to infer output shapes of some layers in the given topology.
83
83
To lessen the scope, compile the list of layers that are custom for Model Optimizer: present in the topology,
84
-
absent in the :doc:`list of supported operations <../../../../about-openvino/compatibility-and-support/supported-operations-framework-frontend>` for the target framework.
84
+
absent in the :doc:`list of supported operations <../../../../about-openvino/compatibility-and-support/supported-operations>` for the target framework.
85
85
Then, refer to available options in the corresponding section in the :doc:`[Legacy] Custom Layers in Model Optimizer <../legacy-model-optimizer-extensibility>` page.
Copy file name to clipboardexpand all lines: docs/articles_en/documentation/legacy-features/transition-legacy-conversion-api/legacy-conversion-api/[legacy]-supported-model-formats/[legacy]-convert-onnx.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ There are no ONNX-specific parameters, so only framework-agnostic parameters are
58
58
Supported ONNX Layers
59
59
#####################
60
60
61
-
For the list of supported standard layers, refer to the :doc:`Supported Operations <../../../../../about-openvino/compatibility-and-support/supported-operations-framework-frontend>` page.
61
+
For the list of supported standard layers, refer to the :doc:`Supported Operations <../../../../../about-openvino/compatibility-and-support/supported-operations>` page.
Copy file name to clipboardexpand all lines: docs/articles_en/documentation/legacy-features/transition-legacy-conversion-api/legacy-conversion-api/[legacy]-supported-model-formats/[legacy]-convert-paddle.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ When you convert certain PaddlePaddle models, you may need to set the ``example_
126
126
Supported PaddlePaddle Layers
127
127
#############################
128
128
129
-
For the list of supported standard layers, refer to the :doc:`Supported Operations <../../../../../about-openvino/compatibility-and-support/supported-operations-framework-frontend>` page.
129
+
For the list of supported standard layers, refer to the :doc:`Supported Operations <../../../../../about-openvino/compatibility-and-support/supported-operations>` page.
Copy file name to clipboardexpand all lines: docs/articles_en/documentation/legacy-features/transition-legacy-conversion-api/legacy-conversion-api/[legacy]-supported-model-formats/[legacy]-convert-tensorflow-lite.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
7
7
.. meta::
8
-
:description: Learn how to convert a model from a
8
+
:description: Learn how to convert a model from a
9
9
TensorFlow Lite format to the OpenVINO Intermediate Representation.
10
10
11
11
.. danger::
@@ -29,7 +29,7 @@ TensorFlow Lite models are supported via FrontEnd API. You may skip conversion t
29
29
Supported TensorFlow Lite Layers
30
30
###################################
31
31
32
-
For the list of supported standard layers, refer to the :doc:`Supported Operations <../../../../../about-openvino/compatibility-and-support/supported-operations-framework-frontend>` page.
32
+
For the list of supported standard layers, refer to the :doc:`Supported Operations <../../../../../about-openvino/compatibility-and-support/supported-operations>` page.
Copy file name to clipboardexpand all lines: docs/articles_en/documentation/legacy-features/transition-legacy-conversion-api/legacy-conversion-api/[legacy]-supported-model-formats/[legacy]-convert-tensorflow.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ Model conversion API supports passing TensorFlow/TensorFlow2 models directly fro
333
333
Supported TensorFlow and TensorFlow 2 Keras Layers
For the list of supported standard layers, refer to the :doc:`Supported Operations <../../../../../about-openvino/compatibility-and-support/supported-operations-framework-frontend>` page.
336
+
For the list of supported standard layers, refer to the :doc:`Supported Operations <../../../../../about-openvino/compatibility-and-support/supported-operations>` page.
The Intel® Distribution of OpenVINO™ toolkit supports neural-network models trained with various frameworks, including
29
29
TensorFlow, PyTorch, ONNX, TensorFlow Lite, and PaddlePaddle. The list of supported operations is different for each of the supported frameworks.
30
-
To see the operations supported by your framework, refer to :doc:`Supported Framework Operations <../about-openvino/compatibility-and-support/supported-operations-framework-frontend>`.
30
+
To see the operations supported by your framework, refer to :doc:`Supported Framework Operations <../about-openvino/compatibility-and-support/supported-operations>`.
31
31
32
32
Custom operations, which are not included in the list, are not recognized by OpenVINO out-of-the-box. The need for custom operation may appear in two cases:
@@ -63,10 +61,13 @@ OpenVINO model conversion API supports ONNX models with external data representa
63
61
Supported ONNX Layers
64
62
#####################
65
63
66
-
For the list of supported standard layers, refer to the :doc:`Supported Operations <../../about-openvino/compatibility-and-support/supported-operations-framework-frontend>` page.
64
+
For the list of supported standard layers, refer to the
@@ -153,11 +151,14 @@ Some PaddlePaddle models may require setting ``example_input`` or ``output`` for
153
151
Supported PaddlePaddle Layers
154
152
#############################
155
153
156
-
For the list of supported standard layers, refer to the :doc:`Supported Operations <../../about-openvino/compatibility-and-support/supported-operations-framework-frontend>` page.
154
+
For the list of supported standard layers, refer to the
0 commit comments