Class ov::pass::low_precision::FakeQuantizeDecompositionTransformation#

class FakeQuantizeDecompositionTransformation : public ov::pass::low_precision::LayerTransformation#

FakeQuantizeDecompositionTransformation decomposes FakeQuantize operations to quantize (FakeQuantize with changes output intervals and low precision output type) and dequantize operations.

For more details about the transformation, refer to FakeQuantizeDecompositionTransformation page in the OpenVINO Developer Guide.