hxtorch.spiking.modules.batch_dropout.HXFunctionalModule

class hxtorch.spiking.modules.batch_dropout.HXFunctionalModule(experiment: Experiment)

Bases: hxtorch.spiking.modules.hx_module.HXTorchBaseModule, hxtorch.core.modules.hx_module.HXBaseModule

PyTorch 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