bitorch.layers.qlinear.QLinear

bitorch.layers.qlinear.QLinear: Type[_QLinearComposed] = <bitorch.layers.register.QLinearImplementation object>

This class provides the current implementation of a QLinear layer (which is actually implemented by QLinearBase).

To implement a custom QLinear implementation use QLinearBase as a super class instead.