We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b6b6e commit b5c2f9fCopy full SHA for b5c2f9f
docs/articles_en/assets/snippets/ov_matcher_pass.py
@@ -33,7 +33,6 @@ def callback(matcher: Matcher) -> bool:
33
self.register_matcher(Matcher(relu, "PatternReplacement"), callback)
34
35
36
-// ! [matcher_pass_full_example:ov_matcher_pass_py]
37
'''
38
After running this code you will see the next:
39
0 commit comments