10 #include <transformations_visibility.hpp>
12 #include <ngraph/ngraph.hpp>
13 #include <ngraph/pass/graph_rewrite.hpp>
14 #include "ngraph/pattern/matcher.hpp"
19 class TRANSFORMATIONS_API TransposeSinking;
20 class TRANSFORMATIONS_API TransposeReduction;
21 class TRANSFORMATIONS_API TransposeFQReduction;
22 class TRANSFORMATIONS_API TransposeFuse;
33 NGRAPH_RTTI_DECLARATION;
43 NGRAPH_RTTI_DECLARATION;
54 NGRAPH_RTTI_DECLARATION;
64 NGRAPH_RTTI_DECLARATION;
66 add_matcher<ngraph::pass::TransposeFQReduction>();
67 add_matcher<ngraph::pass::TransposeReduction>();
68 add_matcher<ngraph::pass::TransposeFuse>();
TransposeFQReduction transformation sinks Transpose through FakeQuantize in case it is followed by re...
Definition: transpose_sinking.hpp:41
TransposeFuse transformation eliminates 2 consequtive Transposes if they result in no changes to inpu...
Definition: transpose_sinking.hpp:52
TransposeReduction transformation sinks Transpose through Reduce operations.
Definition: transpose_sinking.hpp:31
TransposeSinking transformation sinks Transposes through known operations.
Definition: transpose_sinking.hpp:62
ngraph namespace
Definition: add_fake_quantize_fusion.hpp:14