Data Fields
ngraph::pass::SpaceToBatchFusion Class Reference

SpaceToBatchFusion transformation replaces following graph: Transpose (or Reshape) -> Pad -> SpaceToDepth -> Transpose (or Reshape) to SpaceToBatch Restrictions: More...

#include <space_to_batch_fusion.hpp>

Inheritance diagram for ngraph::pass::SpaceToBatchFusion:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

SpaceToBatchFusion transformation replaces following graph: Transpose (or Reshape) -> Pad -> SpaceToDepth -> Transpose (or Reshape) to SpaceToBatch Restrictions:


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