bitorch.layers.qconv1d

Module containing the quantized 1d convolution layer

Module attributes

QConv1d

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

Classes

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

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

Quantized 1d Convolutional Layer.