Data Fields
ngraph::pass::MVNFusionWithoutConstants Class Reference

MVNFusion transformation replaces group of operations: (x - ReduceMean(x, axes)) / (Sqrt(ReduceMean((x - ReduceMean(x, axes)) ^ 2)) + eps) to MVN op. More...

#include <mvn_fusion.hpp>

Inheritance diagram for ngraph::pass::MVNFusionWithoutConstants:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

MVNFusion transformation replaces group of operations: (x - ReduceMean(x, axes)) / (Sqrt(ReduceMean((x - ReduceMean(x, axes)) ^ 2)) + eps) to MVN op.


The documentation for this class was generated from the following file: