Class ov::pass::transpose_sinking::TSShapeOfForward

class TSShapeOfForward : public ov::pass::transpose_sinking::TSForwardBase

TSShapeOfForward transformation sinks Transpose through ShapeOf in the forward direction.

It replaces:

+———+ |Transpose| +———+ | v +———+ | ShapeOf | +———+

with the following:

+———+ | ShapeOf | +———+ | v +——+ |Gather| +——+