diff --git a/include/tim/vx/ops/pool2d.h b/include/tim/vx/ops/pool2d.h index f4d0bc7..88a8a64 100644 --- a/include/tim/vx/ops/pool2d.h +++ b/include/tim/vx/ops/pool2d.h @@ -38,7 +38,7 @@ class Pool2d : public Operation { Pool2d(Graph* graph, PoolType type, PadType padding, const std::array& ksize, const std::array& stride, - RoundType round_type = RoundType::CEILING); + RoundType round_type = RoundType::FLOOR); protected: const PoolType type_;