norse.torch.functional.LSNNFeedForwardState#
- class norse.torch.functional.LSNNFeedForwardState(v: Tensor, i: Tensor, b: Tensor)[source]#
Integration state kept for a lsnn module
- Parameters:
v (torch.Tensor): membrane potential i (torch.Tensor): synaptic input current b (torch.Tensor): threshold adaptation
- __init__()#
Methods
__init__()count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
bAlias for field number 2
iAlias for field number 1
vAlias for field number 0