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 MVNFusion;
20 class TRANSFORMATIONS_API MVNFusionWithoutConstants;
21 class TRANSFORMATIONS_API MVNFusionWithConstantsInside;
33 NGRAPH_RTTI_DECLARATION;
44 NGRAPH_RTTI_DECLARATION;
54 NGRAPH_RTTI_DECLARATION;
56 add_matcher<ngraph::pass::MVNFusionWithoutConstants>();
57 add_matcher<ngraph::pass::MVNFusionWithConstantsInside>();
MVNFusion transformation replaces group of operations: gamma * (x - ReduceMean(x, axes)) / (Sqrt(Redu...
Definition: mvn_fusion.hpp:42
MVNFusion transformation replaces group of operations: (x - ReduceMean(x, axes)) / (Sqrt(ReduceMean((...
Definition: mvn_fusion.hpp:31
MVNFusion transformation replaces various sub-graphs with a MVN op.
Definition: mvn_fusion.hpp:52
ngraph namespace
Definition: add_fake_quantize_fusion.hpp:14