Class ov::pass::PullThroughReduce#

class PullThroughReduce : public ov::pass::GraphRewrite#

PullThroughReduce transformation The transformation pulls Reshape or Unsqueeze operators though Reduce ops if possible. In the further processing such Reshape/Unsqueeze can be often skipped as nop.