MagmaDNN  1.0
c++NeuralNetworkFramework
layers.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 /* Load in all the layer headers */
12 
13 #include "input/inputlayer.h"
15 #include "output/outputlayer.h"
17 #include "dropout/dropoutlayer.h"
18 #include "conv2d/conv2dlayer.h"
19 #include "pooling/poolinglayer.h"
20 #include "flatten/flattenlayer.h"