bitorch.layers.qconv1d.QConv1d

bitorch.layers.qconv1d.QConv1d: Type[_QConv1dComposed] = <bitorch.layers.register.QConv1dImplementation object>

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

To implement a custom QConv1d implementation use QConv1dBase as a super class instead.