AlexeyAB
2018-02-25 3ff4797b4cfd845c7115421e68ae2d584c289a24
src/avgpool_layer.h
@@ -2,9 +2,9 @@
#define AVGPOOL_LAYER_H
#include "image.h"
#include "params.h"
#include "cuda.h"
#include "layer.h"
#include "network.h"
typedef layer avgpool_layer;