@@ -247,57 +247,50 @@ OpenVINO™ provides several debug capabilities:
247247
248248* Model can be visualized to image from the xDot format:
249249
250- .. tab-set ::
251-
252- .. tab-item :: Python
253- :sync: py
254-
255- .. doxygensnippet :: docs/articles_en/assets/snippets/ov_model_snippets.py
256- :language: python
257- :fragment: [ov:visualize]
258-
259- .. tab-item :: C++
260- :sync: cpp
261-
262- .. doxygensnippet :: docs/articles_en/assets/snippets/ov_model_snippets.cpp
263- :language: cpp
264- :fragment: [ov:visualize]
265-
266-
267- .. code-block :: sh
250+ .. tab-set ::
268251
269- ` ov::pass::VisualizeTree` can be parametrized via environment variables:
252+ .. tab-item :: Python
253+ :sync: py
270254
271- OV_VISUALIZE_TREE_OUTPUT_SHAPES=1 - visualize shapes
255+ .. doxygensnippet :: docs/articles_en/assets/snippets/ov_model_snippets.py
256+ :language: python
257+ :fragment: [ov:visualize]
272258
273- OV_VISUALIZE_TREE_OUTPUT_TYPES=1 - visualize types
259+ .. tab-item :: C++
260+ :sync: cpp
274261
275- OV_VISUALIZE_TREE_MIN_MAX_DENORMAL=1 - pretty denormal values
262+ .. doxygensnippet :: docs/articles_en/assets/snippets/ov_model_snippets.cpp
263+ :language: cpp
264+ :fragment: [ov:visualize]
276265
277- OV_VISUALIZE_TREE_RUNTIME_INFO=1 - print runtime information
278266
279- OV_VISUALIZE_TREE_IO=1 - print I/O ports
267+ `` ov::pass::VisualizeTree `` can be parametrized via environment variables:
280268
281- OV_VISUALIZE_TREE_MEMBERS_NAME=1 - print member names
269+ * ``OV_VISUALIZE_TREE_OUTPUT_SHAPES=1 `` - visualize shapes
270+ * ``OV_VISUALIZE_TREE_OUTPUT_TYPES=1 `` - visualize types
271+ * ``OV_VISUALIZE_TREE_MIN_MAX_DENORMAL=1 `` - pretty denormal values
272+ * ``OV_VISUALIZE_TREE_RUNTIME_INFO=1 `` - print runtime information
273+ * ``OV_VISUALIZE_TREE_IO=1 `` - print I/O ports
274+ * ``OV_VISUALIZE_TREE_MEMBERS_NAME=1 `` - print member names
282275
283276
284277* Also model can be serialized to IR:
285278
286- .. tab-set ::
279+ .. tab-set ::
287280
288- .. tab-item :: Python
289- :sync: py
281+ .. tab-item :: Python
282+ :sync: py
290283
291- .. doxygensnippet :: docs/articles_en/assets/snippets/ov_model_snippets.py
292- :language: python
293- :fragment: [ov:serialize]
284+ .. doxygensnippet :: docs/articles_en/assets/snippets/ov_model_snippets.py
285+ :language: python
286+ :fragment: [ov:serialize]
294287
295- .. tab-item :: C++
296- :sync: cpp
288+ .. tab-item :: C++
289+ :sync: cpp
297290
298- .. doxygensnippet :: docs/articles_en/assets/snippets/ov_model_snippets.cpp
299- :language: cpp
300- :fragment: [ov:serialize]
291+ .. doxygensnippet :: docs/articles_en/assets/snippets/ov_model_snippets.cpp
292+ :language: cpp
293+ :fragment: [ov:serialize]
301294
302295
303296Additional Resources
@@ -306,5 +299,3 @@ Additional Resources
306299* :doc: `Available Operation Sets <../../../documentation/openvino-ir-format/operation-sets/available-opsets >`.
307300* :doc: `OpenVINO™ Runtime Extensibility Developer Guide <../../../documentation/openvino-extensibility >`.
308301* :doc: `Transformations Developer Guide <../../../documentation/openvino-extensibility/transformation-api >`.
309-
310-
0 commit comments