rockpool.nn.modules.torch.lif_bitshift_torch

Implement a LIF Module with bit-shift decay, using a Torch backend

Functions

calc_bitshift_decay(tau, dt)

inv_calc_bitshift_decay(dash, dt)

Classes

Bitshift(*args, **kwargs)

Subtract from membrane potential on reaching threshold

LIFBitshiftTorch(*args, **kwargs)