norse.torch.functional.lif_adex.LIFAdExFeedForwardState

norse.torch.functional.lif_adex.LIFAdExFeedForwardState#

class norse.torch.functional.lif_adex.LIFAdExFeedForwardState(v: Tensor, i: Tensor, a: Tensor)[source]#

State of a feed forward LIFAdEx neuron

Parameters:

v (torch.Tensor): membrane potential i (torch.Tensor): synaptic input current a (torch.Tensor): membrane potential adaptation factor

__init__()#

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

a

Alias for field number 2

i

Alias for field number 1

v

Alias for field number 0