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
"
14
#include "
fullyconnected/fullyconnectedlayer.h
"
15
#include "
output/outputlayer.h
"
16
#include "
activation/activationlayer.h
"
17
#include "
dropout/dropoutlayer.h
"
18
#include "
conv2d/conv2dlayer.h
"
19
#include "
pooling/poolinglayer.h
"
20
#include "
flatten/flattenlayer.h
"
dropoutlayer.h
poolinglayer.h
activationlayer.h
conv2dlayer.h
fullyconnectedlayer.h
outputlayer.h
inputlayer.h
flattenlayer.h
include
layer
layers.h
Generated by
1.8.13