resnet merge

This commit is contained in:
Micaela Verucchi
2019-10-28 18:34:17 +01:00
parent 92f3d1c548
commit 42a1ea02b9
5 changed files with 543 additions and 4 deletions
+3 -1
View File
@@ -227,7 +227,9 @@ public:
int paddingH, paddingW;
Pooling(Network *net, int winH, int winW,
int strideH, int strideW, tkdnnPoolingMode_t pool_mode);
int strideH, int strideW,
int paddingH = 0, int paddingW = 0,
tkdnnPoolingMode_t pool_mode = POOLING_MAX);
virtual ~Pooling();
virtual layerType_t getLayerType() { return LAYER_POOLING; };