SNABSuite  0.x
Spiking Neural Architecture Benchmark Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions | Variables
generate_bench_json.py File Reference

Go to the source code of this file.

Namespaces

 generate_bench_json
 

Functions

def generate_bench_json.get_key_arrays (dictionary)
 
def generate_bench_json.get_available_simulators (dictionary)
 

Variables

list generate_bench_json.simulators = ["nest", "spinnaker", "nmpm1", "spikey"]
 
list generate_bench_json.web_simulators
 
list generate_bench_json.bench_index
 
list generate_bench_json.global_json = []
 
list generate_bench_json.list_files = []
 
 generate_bench_json.cppHeader = CppHeaderParser.CppHeader(headername)
 
 generate_bench_json.clazz = cppHeader.classes[classname]
 
string generate_bench_json.comment = ""
 
dictionary generate_bench_json.snab_dict = {}
 
 generate_bench_json.json_temp = json.load(temp)
 
 generate_bench_json.json_temp2
 
 generate_bench_json.length = 1
 
 generate_bench_json.avail_list = get_available_simulators(json_temp)
 
list generate_bench_json.tasks = []
 
bool generate_bench_json.set_snab = False
 
bool generate_bench_json.set_task = False
 
dictionary generate_bench_json.task_dict = {}
 
 generate_bench_json.file
 
 generate_bench_json.indent
 
 generate_bench_json.sort_keys