Class ov::pass::ReplaceConcatReduceByMinOrMax#

class ReplaceConcatReduceByMinOrMax : public ov::pass::MatcherPass#

ReplaceConcatReduceByMinOrMax transformation replaces Concat with 2 inputs and ReduceMin/Max by a single Minimum/Maximum with 2 inputs and inserts squeeze in case when Reduce has keep_dims = false.