aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/dynamic_fusion/sketch/attributes/Pool2dAttributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/dynamic_fusion/sketch/attributes/Pool2dAttributes.h')
-rw-r--r--arm_compute/dynamic_fusion/sketch/attributes/Pool2dAttributes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/dynamic_fusion/sketch/attributes/Pool2dAttributes.h b/arm_compute/dynamic_fusion/sketch/attributes/Pool2dAttributes.h
index be30781d86..19d8b96dcf 100644
--- a/arm_compute/dynamic_fusion/sketch/attributes/Pool2dAttributes.h
+++ b/arm_compute/dynamic_fusion/sketch/attributes/Pool2dAttributes.h
@@ -72,8 +72,8 @@ private:
PoolingType _pool_type{};
Padding2D _pad{};
Size2D _pool_size{};
- Size2D _stride{ 1U, 1U };
- bool _exclude_padding{ true };
+ Size2D _stride{1U, 1U};
+ bool _exclude_padding{true};
};
} // namespace dynamic_fusion