ngraph::pass::ConvertQuantizeDequantize Class Reference

ConvertQuantizeDequantize transformation replaces following graph: FakeQuantize->Convert->Convert->Subtract->Multiply with a single FakeQuantize. Restrictions: More...

#include <convert_quantize_dequantize.hpp>

Inheritance diagram for ngraph::pass::ConvertQuantizeDequantize:

Detailed Description

ConvertQuantizeDequantize transformation replaces following graph: FakeQuantize->Convert->Convert->Subtract->Multiply with a single FakeQuantize. Restrictions:


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