bitorch.layers.qconv3d.QConv3d

bitorch.layers.qconv3d.QConv3d: Type[_QConv3dComposed] = <bitorch.layers.register.QConv3dImplementation object>

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

To implement a custom QConv3d implementation use QConv3dBase as a super class instead.