bitorch_engine.layers.qlinear.binary.cpp.layer

Classes

BinaryLinearCPP(input_features, out_features)

A class representing the binary linear layer implemented in C++ for CPU runtime mode.

BinaryLinearForward(*args, **kwargs)

A custom autograd function for performing forward pass of binary linear layer.