Deep network
layers.hpp
Go to the documentation of this file.
1#ifndef LAYERS_HPP
2#define LAYERS_HPP
3
4#include "full_connected.hpp"
5#include "activation.hpp"
6#include "convolution.hpp"
7//#include "pooling.hpp"
8
9#endif