Data Fields
ngraph::pass::BatchToSpaceFusion Class Reference

BatchToSpaceFusion transformation replaces following graph: Transpose (or Reshape) -> DepthToSpace -> StridedSlice -> Transpose (or Reshape) to BatchToSpace Restrictions: More...

#include <batch_to_space_fusion.hpp>

Inheritance diagram for ngraph::pass::BatchToSpaceFusion:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

BatchToSpaceFusion transformation replaces following graph: Transpose (or Reshape) -> DepthToSpace -> StridedSlice -> Transpose (or Reshape) to BatchToSpace Restrictions:


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