Edmond Yoo
2018-09-11 7e9e289b164e9bbfb77f644b1cbfac48bc8c8408
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;