jaxsnn.event.modules.hx.input
Classes
|
|
|
Hardware experiment class for executing experiment on BrainScaleS-2 |
|
Spike source generating spikes at the times [ms] given in the spike_times array. |
|
Event-driven source population module |
Functions
-
jaxsnn.event.modules.hx.input.HXSource(size: int, n_events: int, chip_coordinate: Optional[pyhalco_hicann_dls_vx_v3.DLSGlobal, None] = None, enable_spike_loopback: bool = False) → jaxsnn.event.types.SourcePopulation Create an input layer descriptor.
The init_fn, state_fn, and event_fn returned by the generator return None because they are not needed.
- Parameters
size – Number of neurons in the input layer.
n_events – Number of events to generate.
chip_coordinate – Chip coordinate for hardware execution.
enable_spike_loopback – Whether to enable spike loopback.
- Returns
SourcePopulation instance.