Skip to main content

Module fixed_point_lif_binding

Module fixed_point_lif_binding 

Source
Expand description

Python bindings for sequential and parallel fixed-point LIF batch kernels.

Structsยง

FixedPointLif

Functionsยง

__pyfunction_batch_lif_run ๐Ÿ”’ โš 
__pyfunction_batch_lif_run_multi ๐Ÿ”’ โš 
__pyfunction_batch_lif_run_varying ๐Ÿ”’ โš 
batch_lif_run ๐Ÿ”’
Run a LIF neuron for N steps with constant inputs.
batch_lif_run_multi ๐Ÿ”’
Run N independent LIF neurons in parallel, each with its own constant input.
batch_lif_run_varying ๐Ÿ”’
Run a LIF neuron for N steps with per-step current and optional noise arrays.
register ๐Ÿ”’
Register fixed-point LIF batch kernels with the extension module.