diff --git a/docs/articles_en/documentation/openvino_legacy_features/api_2_0_transition_guide/common_inference_pipeline.md b/docs/articles_en/documentation/openvino_legacy_features/api_2_0_transition_guide/common_inference_pipeline.md index 59728b67532cad..d292135d1efd33 100644 --- a/docs/articles_en/documentation/openvino_legacy_features/api_2_0_transition_guide/common_inference_pipeline.md +++ b/docs/articles_en/documentation/openvino_legacy_features/api_2_0_transition_guide/common_inference_pipeline.md @@ -33,13 +33,6 @@ Based on the steps, the following code demonstrates how to change the applicatio .. tab-set:: - .. tab-item:: Python - :sync: py - - .. doxygensnippet:: docs/snippets/ie_common.py - :language: python - :fragment: ie:create_core - .. tab-item:: C++ :sync: cpp @@ -91,13 +84,6 @@ to write extensions. However, you can also load the old extensions to the new Op .. tab-set:: - .. tab-item:: Python - :sync: py - - .. doxygensnippet:: docs/snippets/ie_common.py - :language: python - :fragment: ie:load_old_extension - .. tab-item:: C++ :sync: cpp @@ -146,13 +132,6 @@ to write extensions. However, you can also load the old extensions to the new Op .. tab-set:: - .. tab-item:: Python - :sync: py - - .. doxygensnippet:: docs/snippets/ie_common.py - :language: python - :fragment: ie:read_model - .. tab-item:: C++ :sync: cpp @@ -213,13 +192,6 @@ preprocessing may be necessary. See :doc:`preprocessing in API 2.0