BatchMatMulActivation

class BatchMatMulActivation(batch, in_features, out_features, bias=True, nonlinear_mode='identity', **kwargs)[源代码]

支持 QAT 的 QATModule BatchMatMulActivation.

classmethod from_float_module(float_module)[源代码]

返回从浮点型 Module 实例转换而来的 QATModule 实例。