Neural
|
This class allows the creation of a convolution layer. More...
#include <iostream>
#include <eigen3/Eigen/Dense>
#include <EigenRand/EigenRand>
#include "layer.h"
#include <chrono>
Go to the source code of this file.
Classes | |
class | Neural::Conv_Layer |
Namespaces | |
Neural | |
Macros | |
#define | CONV_LAYER_H |
Typedefs | |
typedef Matrix< double, Dynamic, Dynamic, RowMajor > | RowMajMat |
This class allows the creation of a convolution layer.
#define CONV_LAYER_H |
typedef Matrix<double,Dynamic,Dynamic,RowMajor> RowMajMat |