File tree 1 file changed +10
-10
lines changed
docs/articles_en/documentation/openvino-extensibility/transformation-api
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ Template for MatcherPass transformation class
18
18
:fragment: [graph_rewrite:template_transformation_hpp]
19
19
20
20
.. tab-set ::
21
- .. tab-item :: C++
22
- :sync: cpp
23
21
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]
27
28
28
- .. tab-set ::
29
29
.. tab-item :: Python
30
30
: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]
35
35
36
36
To use ``ov::pass::MatcherPass ``, you need to complete these steps:
37
37
You can’t perform that action at this time.
0 commit comments