Class ov::pass::GroupedGatherElimination

class GroupedGatherElimination : public ov::pass::MatcherPass

GroupedGatherElimination transformation replaces group of Gather operations with the first Gather in this group and updated indices input in case all Gathers in the group are consumed by the same Concat in incremental order.