Linear

class Linear(dtype=None, **kwargs)[source]

Quantized version of Linear.

classmethod from_qat_module(qat_module)[source]

Return a QuantizedModule instance converted from a QATModule instance.