Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
#include <cstdint>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | cypress::Resource |
Namespaces | |
cypress | |
Macros | |
#define | CYPRESS_UTIL_RESOURCE_HPP |
Provides functionality to access binary data embedded in the executable as a regular file. Currently the embedded data is just extracted into a temporary file on first access.
This functionality is used to embed required python scripts to access the neuromorphic hardware platform directly in the executable – which allows to ship applications built ontop of Cypress as a single file.
#define CYPRESS_UTIL_RESOURCE_HPP |