model.modules.sli.SLIState

model.modules.sli.SLIState#

class SLIState(v: Tensor, i: Tensor)[source]#

Bases: NamedTuple

State of a saturable-leaky-integrator

Create new instance of SLIState(v, i)

Methods

Attributes

i

input current

v

membrane voltage

i: Tensor#

input current

v: Tensor#

membrane voltage