Class ov::pass::KeepConstPrecision#
-
class KeepConstPrecision : public ov::pass::MatcherPass#
KeepConstPrecision matches Dequantization subgraphs and if Input/ZeroPoints/Scale are Constants they might be marked with keep_const_precision attribute.
Dequantization subgraph may have two forms: with and without Subtract.
Input │ ▼ Convert ZeroPoints │ │ ▼ ▼ Input Subtract │ │ ▼ │ Scale Convert Scale │ │ │ │ ▼ ▼ ▼ ▼ Multiply Multiply