bitorch.layers.qlinear

Module containing the quantized linear layer

Module attributes

QLinear

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

Classes

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