bitorch.layers.qconv2d.QConv2d

bitorch.layers.qconv2d.QConv2d: Type[_QConv2dComposed] = <bitorch.layers.register.QConv2dImplementation object>

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

To implement a custom QConv2d implementation use QConv2dBase as a super class instead.