Class ov::pass::transpose_sinking::TSDataMovementBackward#

class TSDataMovementBackward : public ov::pass::MatcherPass#

TSDataMovementBackward transformation sinks Transpose through BatchToSpace, SpaceToBatch, ReverseSequence and Pad operations in the backward direction. These operations are categorized as “DataMovement” and are handled in a similar way in this transformation.