norse.torch.functional.iaf

norse.torch.functional.iaf#

Functions

iaf_feed_forward_step(input_spikes, state[, ...])

Feedforward step of an integrate-and-fire neuron, computing a single step

iaf_step(input_spikes, state, input_weights, ...)

Classes

IAFFeedForwardState(v)

State of a feed forward integrate-and-fire neuron

IAFParameters([v_th, v_reset, method, alpha])

Parametrization of an integrate-and-fire neuron

IAFState(z, v)

State of an integrate-and-fire neuron