norse.torch.functional.adjoint.lsnn_adjoint

norse.torch.functional.adjoint.lsnn_adjoint#

Functions

lsnn_adjoint_step(input, s, input_weights, ...)

Implementes a single euler forward and adjoint backward step of a lif neuron with adaptive threshhold and current based exponential synapses.

lsnn_feed_forward_adjoint_step(input, s[, p, dt])

Implementes a single euler forward and adjoint backward step of a lif neuron with adaptive threshhold and current based exponential synapses.

Classes

LSNNAdjointFunction(*args, **kwargs)

LSNNFeedForwardAdjointFunction(*args, **kwargs)