Class ov::pass::low_precision::PullReshapeThroughDequantization#

class PullReshapeThroughDequantization : public ov::pass::MatcherPass#

PullReshapeThroughDequantization propagates dequantization operations through Reshape operations. The transformation is used on constant subgraph weights to prepare a model for the next low precision transformations.

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