hxtorch.spiking.modules.hx_module

Implementing the base module HXModule

Classes

HXBaseExperimentModule(experiment)

HXFunctionalModule(experiment, func, …)

PyTorch module supplying basic functionality for elements of SNNs that do not have a direct hardware representation

HXHardwareEntityMixin(execution_instance)

HXModule(experiment, func, …)

PyTorch module supplying basic functionality for elements of SNNs that do have a representation on hardware

HXTorchFunctionMixin(func, …)

NeuronHandle(spikes, v_cadc, current, v_madc)

Specialization for HX neuron observables

TensorHandle()

Base class for HX tensor handles.

partial

partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.