hxtorch.spiking.modules.HXFunctionalModule
-
class
hxtorch.spiking.modules.HXFunctionalModule(experiment: Experiment) Bases:
hxtorch.spiking.modules.hx_module.HXTorchBaseModule,hxtorch.core.modules.hx_module.HXBaseModulePyTorch module supplying basic functionality for elements of SNNs that do not have a direct hardware representation
-
__init__(experiment: Experiment) → None - Parameters
experiment – Experiment to append layer to.
Methods
__init__(experiment)- param experiment
Experiment to append layer to.
Attributes
-
output_type alias of
types.Handle_tensor
-