Class ov::pass::WeightsDequantizeToFakeQuantize#
-
class WeightsDequantizeToFakeQuantize : public ov::pass::MatcherPass#
WeightsDequantizeToFakeQuantize transformation replaces Constant (i8) -> Convert (to fp) -> Subtract (zp) -> Multiply (scale) -> with Constant (i8) -> Convert (to fp) -> FakeQuantize -> deducing levels and FakeQuantize limits according to actual values in the weights Constant.