Concat

class Concat(**kwargs)[源代码]

A QATModule to do functional concat with QAT support. Could be applied with Observer and FakeQuantize.

classmethod from_float_module(float_module)[源代码]

Return a QATModule instance converted from a float Module instance.