void generate_model_runner(const NNmodel &model, const string &path, int localHostID)
This function will call the necessary sub-functions to generate the code for simulating a model...
Definition: generateALL.cc:51
void chooseDevice(NNmodel &model, const string &path, int localHostID)
Helper function that prepares data structures and detects the hardware properties to enable the code ...
Definition: generateALL.cc:124
Definition: modelSpec.h:132
Header file that contains the class (struct) definition of neuronModel for defining a neuron model an...