hxtorch.spiking.modules.input_neuron

Implementing input neuron module

Classes

InputNeuron(size, experiment, …)

Spike source generating spikes at the times [ms] given in the spike_times array.

InputPopulation(size, experiment, …)

Base type for external input populations

LIFObservables

alias of types.Handle_current_membrane_cadc_membrane_madc_spikes

Functions

hxtorch.spiking.modules.input_neuron.tensor_to_spike_times(times: torch.Tensor, dt: float)list[list[list[float]]]