qualia_plugin_snn.learningmodel.pytorch.layers.spikingjelly.QuantizedGlobalSumPool1d module
Contain implementation of QuantizedGlobalSumPool1d layer with support for SpikingJelly step_mode.
- class qualia_plugin_snn.learningmodel.pytorch.layers.spikingjelly.QuantizedGlobalSumPool1d.QuantizedGlobalSumPool1d[source]
Bases:
QuantizedGlobalSumPool1d,StepModuleGlobalSumPool1d SpikingJelly’s
step_modesupport to Qualia’s QuantizedGlobalSumPool1d layer.There is no need to override :meth:foward since it works the same for single-step or multi-step mode.