Data Fields
ngraph::pass::FakeQuantizeReshapeFusion Class Reference

This transformation looks for a FQ + Reshape pair in the graph and moves the Reshape operation above the FQ node. Shapes of limit inputs are updated following FQ broadcasting semantics. More...

#include <fq_reshape_fusion.hpp>

Inheritance diagram for ngraph::pass::FakeQuantizeReshapeFusion:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

This transformation looks for a FQ + Reshape pair in the graph and moves the Reshape operation above the FQ node. Shapes of limit inputs are updated following FQ broadcasting semantics.


The documentation for this class was generated from the following file: