GeNN
3.3.0
GPU enhanced Neuronal Networks (GeNN)
|
Functions for generating code that will run the neuron and synapse simulations on the CPU. Part of the code generation section. More...
Go to the source code of this file.
Functions | |
void | genNeuronFunction (const NNmodel &model, const string &path) |
Function that generates the code of the function the will simulate all neurons on the CPU. More... | |
void | genSynapseFunction (const NNmodel &model, const string &path) |
Function that generates code that will simulate all synapses of the model on the CPU. More... | |
Functions for generating code that will run the neuron and synapse simulations on the CPU. Part of the code generation section.
void genNeuronFunction | ( | const NNmodel & | model, |
const string & | path | ||
) |
Function that generates the code of the function the will simulate all neurons on the CPU.
model | Model description |
path | Path for code generation |
void genSynapseFunction | ( | const NNmodel & | model, |
const string & | path | ||
) |
Function that generates code that will simulate all synapses of the model on the CPU.
model | Model description |
path | Path for code generation |