aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Strides.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Strides.h')
-rw-r--r--arm_compute/core/Strides.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/core/Strides.h b/arm_compute/core/Strides.h
index 105fdfde4e..f681d24c18 100644
--- a/arm_compute/core/Strides.h
+++ b/arm_compute/core/Strides.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -34,7 +34,7 @@
namespace arm_compute
{
/** Strides of an item in bytes */
-class Strides : public Dimensions<size_t>
+class Strides : public Dimensions<uint32_t>
{
public:
/** Constructor to initialize the strides.