norse.torch.functional.lif_refrac

norse.torch.functional.lif_refrac#

Functions

compute_refractory_update() ))

Compute the refractory update.

lif_refrac_feed_forward_step(input_tensor, state)

Computes a single euler-integration step of a feed forward

lif_refrac_step(input_tensor, state, ...[, ...])

Computes a single euler-integration step of a recurrently connected

lif_refrac_step_sparse(input_tensor, state, ...)

Classes

LIFRefracFeedForwardState(lif, rho)

State of a feed forward LIF neuron with absolute refractory period.

LIFRefracParameters([lif, rho_reset])

Parameters of a LIF neuron with absolute refractory period.

LIFRefracState(lif, rho)

State of a LIF neuron with absolute refractory period.