Class ov::pass::TransposeFuse#

class TransposeFuse : public ov::pass::MatcherPass#

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