aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Strides.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2017-12-01 16:13:40 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:17 +0000
commit8795ffb03c1bb84a0d93e4ece153ceaa86118594 (patch)
tree87d6fec8a6422dd195a79c38bbe170afd7106fc3 /arm_compute/core/Strides.h
parentab4907325ea264efc26b89ebad7e10522cb823e5 (diff)
downloadComputeLibrary-8795ffb03c1bb84a0d93e4ece153ceaa86118594.tar.gz
COMPMID-700: Adds CPPPermute function
Change-Id: I8f6adc67f6e6157710fca540f217d70e6f297217 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111721 Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'arm_compute/core/Strides.h')
-rw-r--r--arm_compute/core/Strides.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/core/Strides.h b/arm_compute/core/Strides.h
index 329fafb5f8..105fdfde4e 100644
--- a/arm_compute/core/Strides.h
+++ b/arm_compute/core/Strides.h
@@ -26,7 +26,6 @@
#include "arm_compute/core/Dimensions.h"
#include "arm_compute/core/Error.h"
-#include "arm_compute/core/Types.h"
#include <algorithm>
#include <array>
@@ -58,5 +57,5 @@ public:
/** Default destructor */
~Strides() = default;
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_STRIDES_H__*/