bitorch.layers.qconv2d

Module containing the quantized 2d convolution layer

Module attributes

QConv2d

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

Classes

QConv2dBase(*args[, input_quantization, ...])

QConv2d_NoAct(*args[, weight_quantization, ...])