norse.torch.functional.coba_lif.CobaLIFFeedForwardState

norse.torch.functional.coba_lif.CobaLIFFeedForwardState#

class norse.torch.functional.coba_lif.CobaLIFFeedForwardState(v: Tensor, g_e: Tensor, g_i: Tensor)[source]#

State of a conductance based feed forward LIF neuron.

Parameters:

v (torch.Tensor): membrane potential g_e (torch.Tensor): excitatory input conductance g_i (torch.Tensor): inhibitory input conductance

__init__()#

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

g_e

Alias for field number 1

g_i

Alias for field number 2

v

Alias for field number 0