PoolingLayer customizable output shape rounding mode
[platform/upstream/caffe.git] / include / caffe / layers / pooling_layer.hpp
index f4d6803..38a4328 100644 (file)
@@ -51,6 +51,7 @@ class PoolingLayer : public Layer<Dtype> {
   int height_, width_;
   int pooled_height_, pooled_width_;
   bool global_pooling_;
+  PoolingParameter_RoundMode round_mode_;
   Blob<Dtype> rand_idx_;
   Blob<int> max_idx_;
 };