Data Fields
ngraph::pass::WeightsDequantizeToFakeQuantize Class Reference

WeightsDequantizeToFakeQuantize transformation replaces Constant (i8) -> Convert (to fp) -> Subtract (zp) -> Multiply (scale) -> with Constant (i8) -> Convert (to fp) -> FakeQuantize -> deducing levels and FakeQuantize limits according to actual values in the weights Constant. More...

#include <weights_dequantize_to_fake_quantize.hpp>

Inheritance diagram for ngraph::pass::WeightsDequantizeToFakeQuantize:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

WeightsDequantizeToFakeQuantize transformation replaces Constant (i8) -> Convert (to fp) -> Subtract (zp) -> Multiply (scale) -> with Constant (i8) -> Convert (to fp) -> FakeQuantize -> deducing levels and FakeQuantize limits according to actual values in the weights Constant.


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