AlexeyAB
2017-11-08 12c1d55942a2d89ab14e131feb54645f9ce6a0e8
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;