norse.torch.functional.lif_ex.LIFExFeedForwardState#
- class norse.torch.functional.lif_ex.LIFExFeedForwardState(v: Tensor, i: Tensor)[source]#
State of a feed forward LIFEx neuron
- Parameters:
v (torch.Tensor): membrane potential i (torch.Tensor): synaptic input current
- __init__()#
Methods
__init__()count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
iAlias for field number 1
vAlias for field number 0