norse.torch.functional.LSNNFeedForwardState

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

b

Alias for field number 2

i

Alias for field number 1

v

Alias for field number 0