![]() |
GeNN
1.1
GPU enhanced Neuronal Networks (GeNN)
|
Macros | |
| #define | DT 1.0f |
Functions | |
| void | modelDefinition (NNmodel &model) |
Variables | |
| float | input_p [4] |
| float | input_ini [2] |
| float | constInput = 4.0 |
| float | postExpInp [2] |
| float | inter_p [4] |
| float | inter_ini [2] |
| float | postExpInt [2] |
| float | output_p [4] |
| float | output_ini [2] |
| float | postExpOut [2] |
| float | synapses_p [3] |
| float | postSynV [0] |
| float | strongSynG = 0.0006 |
| float | weakSynG = 0.0002 |
| #define DT 1.0f |
| void modelDefinition | ( | NNmodel & | model | ) |
| float constInput = 4.0 |
| float input_ini[2] |
| float input_p[4] |
| float inter_ini[2] |
| float inter_p[4] |
| float output_ini[2] |
| float output_p[4] |
| float postExpInp[2] |
| float postExpInt[2] |
| float postExpOut[2] |
| float postSynV[0] |
| float strongSynG = 0.0006 |
| float synapses_p[3] |
| float weakSynG = 0.0002 |