SNABSuite
0.x
Spiking Neural Architecture Benchmark Suite
|
Variables | |
arguments = sys.argv[1:] | |
list | simulators = ["nest", "spinnaker", "nmpm1", "spikey"] |
list | web_simulators |
list | web_simulators_low |
index = web_simulators_low.index(arguments[0].lower()) | |
list | args_list = ["./benchmark"] |
list benchmark.args_list = ["./benchmark"] |
Definition at line 15 of file benchmark.py.
benchmark.arguments = sys.argv[1:] |
Definition at line 4 of file benchmark.py.
benchmark.index = web_simulators_low.index(arguments[0].lower()) |
Definition at line 12 of file benchmark.py.
list benchmark.simulators = ["nest", "spinnaker", "nmpm1", "spikey"] |
Definition at line 6 of file benchmark.py.
list benchmark.web_simulators |
Definition at line 7 of file benchmark.py.
list benchmark.web_simulators_low |
Definition at line 9 of file benchmark.py.