norse.torch.module.lif_box.LIFBoxFeedForwardState#
- class norse.torch.module.lif_box.LIFBoxFeedForwardState(v: torch.Tensor)[source]#
State of a feed forward LIF 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
v
Alias for field number 0