Class ov::pass::GroupedStridedSliceOptimizer#

class GroupedStridedSliceOptimizer : public ov::pass::ModelPass#

GroupedStridedSliceOptimizer transformation replaces group of StridedSlice operations with VariadicSplit. All StridedSlice operations must slice data with the same axis and stride = 1.