AlexeyAB
2017-08-11 489207111f1cdf0d7e3bcfc2410a92121c58f3cd
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;