hxtorch.spiking.modules.sparse_synapse
Implementing SNN modules
Classes
|
A kind of Tensor that is to be considered a module parameter. |
|
Base class for projections on BSS-2 |
|
Sparse synapse layer |
|
Specialization for HX synapses |
Functions
-
hxtorch.spiking.modules.sparse_synapse.
weight_to_connection
(*args, **kwargs) Overloaded function.
weight_to_connection(weight: numpy.ndarray[numpy.int32]) -> List[_pygrenade_vx_network.Projection.Connection]
weight_to_connection(weight: numpy.ndarray[numpy.int32], connections: List[List[int]]) -> List[_pygrenade_vx_network.Projection.Connection]