SNABSuite  0.x
Spiking Neural Architecture Benchmark Suite
Functions | Variables
dim_labels Namespace Reference

Functions

def get_label (key)
 

Variables

dictionary DIM_LABELS
 
dictionary SIMULATOR_LABELS
 
dictionary SIMULATOR_COLORS
 

Function Documentation

def dim_labels.get_label (   key)

Definition at line 82 of file dim_labels.py.

82 def get_label(key):
83  return DIM_LABELS[key] if key in DIM_LABELS else key
84 
85 
def get_label(key)
Definition: dim_labels.py:82

Variable Documentation

dictionary dim_labels.DIM_LABELS

Definition at line 24 of file dim_labels.py.

dictionary dim_labels.SIMULATOR_COLORS
Initial value:
1 = {
2  "ess": '#73d216',
3  "nmpm1": "#75507b",
4  "spiNNaker": "#f57900",
5  "spinnaker": "#f57900",
6  "spinnaker2": "#000000",
7  "spikey": "#cc0000",
8  "nest": "#3465a4",
9  "pynn": "#3465a4",
10  "pynn.nest": "#3465a4",
11  "genn": "#000000",
12 }

Definition at line 101 of file dim_labels.py.

dictionary dim_labels.SIMULATOR_LABELS
Initial value:
1 = {
2  "ess": "ESS",
3  "nmpm1": "BrainScaleS",
4  "slurm.nmpm1": "BrainScaleS",
5  "spiNNaker": "SpiNNaker",
6  "spinnaker": "SpiNNaker",
7  "spinnaker2": "SpiNNaker@0.1ms",
8  "spikey": "Spikey",
9  "nest": "NEST",
10  "pynn": "NEST",
11  "pynn.nest": "NEST",
12  "genn": "GeNN",
13 }

Definition at line 86 of file dim_labels.py.