norse.torch.functional.LIFRefracFeedForwardState#
- class norse.torch.functional.LIFRefracFeedForwardState(lif: LIFFeedForwardState, rho: Tensor)[source]#
State of a feed forward LIF neuron with absolute refractory period.
- Parameters:
- lif (LIFFeedForwardState): state of the feed forward LIF
neuron integration
rho (torch.Tensor): refractory state (count towards zero)
- __init__()#
Methods
__init__
()count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes
lif
Alias for field number 0
rho
Alias for field number 1