ngraph::pass::FakeQuantizeMulFusion Class Reference

This transformation looks for a FQ + Mul pair in the graph and moves the Mul operation above the FQ node. The last two inputs of FQ are multiplied by the value that was originally below the FQ node. More...

#include <fq_mul_fusion.hpp>

Inheritance diagram for ngraph::pass::FakeQuantizeMulFusion:

Detailed Description

This transformation looks for a FQ + Mul pair in the graph and moves the Mul operation above the FQ node. The last two inputs of FQ are multiplied by the value that was originally below the FQ node.


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