DequantStub

class DequantStub(name=None)[source]

Quantized version of DequantStub, will restore quantized input to float32 dtype.

classmethod from_qat_module(qat_module)[source]

Return a QATModule instance converted from a float Module instance.