#include <cmath>
#include <ctime>
#include "compute/op_utilities.h"
#include "model/model.h"
#include "layer/layers.h"
#include "optimizer/optimizers.h"
#include "math/argmax.h"
#include "dataloader/dataloaders.h"
Go to the source code of this file.
Classes | |
struct | magmadnn::model::nn_params_t |
class | magmadnn::model::NeuralNetwork< T > |