Data Fields
ngraph::pass::TransposeFuse Class Reference

TransposeFuse transformation eliminates 2 consequtive Transposes if they result in no changes to input or fuses them to single Transpose if input gets changed. More...

#include <transpose_sinking.hpp>

Inheritance diagram for ngraph::pass::TransposeFuse:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

TransposeFuse transformation eliminates 2 consequtive Transposes if they result in no changes to input or fuses them to single Transpose if input gets changed.


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