jaxsnn.event.types.BaseModule
-
class
jaxsnn.event.types.BaseModule(layer_idx: int) Bases:
object-
__init__(layer_idx: int) → None Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(layer_idx)Initialize self.
Get post-processed spikes from the module
set_params(params)Set parameters for the module
Attributes
Returns the expected return type of the module
-
property
expected_return_type Returns the expected return type of the module
-