jaxsnn.event.hardware.neuron.Module
-
class
jaxsnn.event.hardware.neuron.Module(experiment) Bases:
objectModule supplying basic functionality for building SNNs on hardware.
-
__init__(experiment) → None - Parameters
experiment – Experiment to append layer to.
Methods
__init__(experiment)- param experiment
Experiment to append layer to.
Reset changed_since_last_run.
Attributes
Getter for changed_since_last_run.
-
property
changed_since_last_run Getter for changed_since_last_run.
- Returns
Boolean indicating wether module changed since last run.
-
register_hw_entity() → None
-
reset_changed_since_last_run() → None Reset changed_since_last_run. Sets the corresponding flag to false.
-