Class ov::pass::FakeQuantizeReshapeFusion

class FakeQuantizeReshapeFusion : public ov::pass::MatcherPass

This transformation looks for a FQ + Reshape pair in the graph and moves the Reshape operation above the FQ node. Shapes of limit inputs are updated following FQ broadcasting semantics.