Skip to content

Commit 70482d4

Browse files
msmykx-intelevkotov
authored andcommitted
Update docs/articles_en/documentation/openvino-extensibility/transformation-api/matcher-pass.rst
1 parent 4a99cd9 commit 70482d4

File tree

1 file changed

+10
-10
lines changed
  • docs/articles_en/documentation/openvino-extensibility/transformation-api

1 file changed

+10
-10
lines changed

docs/articles_en/documentation/openvino-extensibility/transformation-api/matcher-pass.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ Template for MatcherPass transformation class
1818
:fragment: [graph_rewrite:template_transformation_hpp]
1919

2020
.. tab-set::
21-
.. tab-item:: C++
22-
:sync: cpp
2321

24-
.. doxygensnippet:: docs/articles_en/assets/snippets/template_pattern_transformation.cpp
25-
:language: cpp
26-
:fragment: [graph_rewrite:template_transformation_cpp]
22+
.. tab-item:: C++
23+
:sync: cpp
24+
25+
.. doxygensnippet:: docs/articles_en/assets/snippets/template_pattern_transformation.cpp
26+
:language: cpp
27+
:fragment: [graph_rewrite:template_transformation_cpp]
2728

28-
.. tab-set::
2929
.. tab-item:: Python
3030
:sync: py
31-
32-
.. doxygensnippet:: docs/articles_en/assets/snippets/ov_matcher_pass.py
33-
:language: py
34-
:fragment: [matcher_pass:ov_matcher_pass_py]
31+
32+
.. doxygensnippet:: docs/articles_en/assets/snippets/ov_matcher_pass.py
33+
:language: py
34+
:fragment: [matcher_pass:ov_matcher_pass_py]
3535

3636
To use ``ov::pass::MatcherPass``, you need to complete these steps:
3737

0 commit comments

Comments
 (0)