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()

Get post-processed spikes from the module

set_params(params)

Set parameters for the module

Attributes

expected_return_type

Returns the expected return type of the module

property expected_return_type

Returns the expected return type of the module

get_post_processed()Optional[Spike]

Get post-processed spikes from the module

set_params(params: Any)None

Set parameters for the module