add avgpool layer

This commit is contained in:
Joseph Redmon
2015-07-13 15:04:21 -07:00
parent 4b36675471
commit 8561e49b5a
10 changed files with 194 additions and 10 deletions

View File

@ -14,7 +14,8 @@ typedef enum {
CROP,
ROUTE,
COST,
NORMALIZATION
NORMALIZATION,
AVGPOOL
} LAYER_TYPE;
typedef enum{