![]() |
GeNN
3.3.0
GPU enhanced Neuronal Networks (GeNN)
|
Macros | |
| #define | SYNAPSEMODELS_CC |
Functions | |
| void | prepareWeightUpdateModels () |
| Function that prepares the standard (pre) synaptic models, including their variables, parameters, dependent parameters and code strings. More... | |
Variables | |
| vector< weightUpdateModel > | weightUpdateModels |
| Global C++ vector containing all weightupdate model descriptions. More... | |
| unsigned int | NSYNAPSE |
| Variable attaching the name NSYNAPSE to the non-learning synapse. More... | |
| unsigned int | NGRADSYNAPSE |
| Variable attaching the name NGRADSYNAPSE to the graded synapse wrt the presynaptic voltage. More... | |
| unsigned int | LEARN1SYNAPSE |
| Variable attaching the name LEARN1SYNAPSE to the the primitive STDP model for learning. More... | |
| #define SYNAPSEMODELS_CC |
| void prepareWeightUpdateModels | ( | ) |
Function that prepares the standard (pre) synaptic models, including their variables, parameters, dependent parameters and code strings.
| unsigned int LEARN1SYNAPSE |
Variable attaching the name LEARN1SYNAPSE to the the primitive STDP model for learning.
| unsigned int NGRADSYNAPSE |
Variable attaching the name NGRADSYNAPSE to the graded synapse wrt the presynaptic voltage.
| unsigned int NSYNAPSE |
Variable attaching the name NSYNAPSE to the non-learning synapse.
| vector<weightUpdateModel> weightUpdateModels |
Global C++ vector containing all weightupdate model descriptions.