rockpool.devices.dynapse.mapping

Dynap-SE2 SNN graph mapping package

Supported Operations:
  • Try to extract a computational graph from any (almost, constraints apply) multi-layer LIF (jax or torch) network and convert it to a DynapSim computational graph

  • Try to map the computational graph to hardware configuration by allocating hardware resources

Modules

rockpool.devices.dynapse.mapping.container

Dynap-SE2 graph container implementation helping the operation of devices.dynapse.mapper function

rockpool.devices.dynapse.mapping.graph

Dynap-SE2 graph implementation

rockpool.devices.dynapse.mapping.mapper(graph)

mapper maps a computational graph onto Dynap-SE2 architecture.

rockpool.devices.dynapse.mapping.utils

Dynap-SE2 Mapping low-level conversion utilities