hxtorch.spiking.modules.input_neuron

Implementing input neuron module

Classes

InputNeuron(*args, **kwargs)

Spike source generating spikes at the times given in the dense spike_times array binned with the time step of the experiment.

InputPopulation(*pop_args, **pop_kwargs)

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[_pygrenade_vx_common.Time]]]