jaxsnn.event.hardware.input_neuron.LIFParameters
-
class
jaxsnn.event.hardware.input_neuron.
LIFParameters
(tau_syn: float = 0.005, tau_mem: float = 0.01, v_th: float = 0.6, v_leak: float = 0.0, v_reset: float = 0.0) Bases:
tree_math._src.vector.VectorMixin
,jaxsnn.base.params.LIFParameters
-
__init__
(tau_syn: float = 0.005, tau_mem: float = 0.01, v_th: float = 0.6, v_leak: float = 0.0, v_reset: float = 0.0) → None Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
([tau_syn, tau_mem, v_th, v_leak, …])Initialize self.
asdict
()astuple
()tree_unflatten
(_, children)Attributes
-
asdict
()
-
astuple
()
-
property
fields
-
tree_flatten
()
-
classmethod
tree_unflatten
(_, children)
-