|
Beatmup
|
#include "operation.h"#include "storage.h"#include "../bitmap/internal_bitmap.h"#include "../gpu/program_bank.h"#include "../gpu/linear_mapping.h"#include "../context.h"#include "../utils/progress_tracking.h"#include "../utils/profiler.h"#include "../utils/chunkfile.h"#include "../utils/listing.h"#include <vector>#include <initializer_list>Go to the source code of this file.
Classes | |
| class | Beatmup::NNets::Model |
| Neural net model. More... | |
| struct | Beatmup::NNets::Model::Connection |
| Connection descriptor. More... | |
| struct | Beatmup::NNets::Model::UserOutput |
| A user-defined output descriptor. More... | |
| class | Beatmup::NNets::InferenceTimeError |
| Wrapper for exceptions occuring during the model inference. More... | |
Namespaces | |
| Beatmup | |
| Beatmup::NNets | |
| Neural nets inference on GPU using OpenGL. | |