bitorch_engine.layers.qlinear.binary.cuda.layer

Classes

BinaryLinearCuda(*args[, bmm_type])

A CUDA implementation of binary linear layers for neural networks.

BinaryLinearForward(*args, **kwargs)

Implements the forward and backward passes for binary linear operation.