Class ov::pass::FakeQuantizeMulFusion#

class FakeQuantizeMulFusion : public ov::pass::MatcherPass#

This transformation looks for a FQ + Mul pair in the graph and moves the Mul operation above the FQ node. The last two inputs of FQ are multiplied by the value that was originally below the FQ node.