#ifndef LAYERS_HPP #define LAYERS_HPP #include "full_connected.hpp" #include "activation.hpp" #include "convolution.hpp" //#include "pooling.hpp" #endif