hxtorch.spiking.modules.hx_module_wrapper

Implementing a module wrapper to wrap multiple modules as one

Classes

HXFunctionalModule(experiment, func, …)

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

HXModule(experiment, func, …)

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

HXModuleWrapper(experiment, modules, func)

Class to wrap HXModules

TensorHandle()

Base class for HX tensor handles.