Class ov::pass::transpose_sinking::TSDataMovementForward#

class TSDataMovementForward : public ov::pass::transpose_sinking::TSForwardBase#

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