aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.h')
-rw-r--r--arm_compute/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/arm_compute/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.h b/arm_compute/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.h
index 6d05e9e4d6..c46b25cb5d 100644
--- a/arm_compute/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.h
+++ b/arm_compute/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.h
@@ -26,6 +26,7 @@
#include "arm_compute/core/Size2D.h"
#include "arm_compute/core/Types.h"
+
#include <cstdint>
namespace arm_compute
@@ -63,11 +64,11 @@ public:
DimensionRoundingType dimension_rounding_type() const;
private:
- Padding2D _pad{}; /**< Padding */
- Size2D _stride{ 1U, 1U }; /**< Stride */
- Size2D _dilation{ 1U, 1U }; /**< Dilation */
- uint32_t _depth_multiplier{ 1U }; /**< Depth multiplier */
- DimensionRoundingType _dimension_rounding_type{ DimensionRoundingType::FLOOR }; /**< Dimension rounding type */
+ Padding2D _pad{}; /**< Padding */
+ Size2D _stride{1U, 1U}; /**< Stride */
+ Size2D _dilation{1U, 1U}; /**< Dilation */
+ uint32_t _depth_multiplier{1U}; /**< Depth multiplier */
+ DimensionRoundingType _dimension_rounding_type{DimensionRoundingType::FLOOR}; /**< Dimension rounding type */
};
} // namespace dynamic_fusion
} // namespace experimental