Class ov::pass::transpose_sinking::TSFuse

class TSFuse : public ov::pass::MatcherPass

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