GeNN
3.3.0
GPU enhanced Neuronal Networks (GeNN)
|
#include "generateInit.h"
#include <algorithm>
#include <fstream>
#include <cmath>
#include <cstdlib>
#include "codeStream.h"
#include "global.h"
#include "modelSpec.h"
#include "standardSubstitutions.h"
Functions | |
void | genInit (const NNmodel &model, const std::string &path, int localHostID) |
ID of local host. More... | |
void genInit | ( | const NNmodel & | model, |
const std::string & | path, | ||
int | localHostID | ||
) |
ID of local host.
model | Model description |
path | Path for code generation |
localHostID | ID of local host |