From 4074c995d2a88684fd4a9d1aa36d51de56bb8dab Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 30 Jan 2018 18:13:46 +0000 Subject: COMPMID-873: Integrate RSH NEON Depthwise Convolution routine Change-Id: Ida1e9a836bc518bfe5563e16bf7f92bde5fc13f7 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/118472 Tested-by: Jenkins Reviewed-by: Pablo Tello --- arm_compute/core/Types.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arm_compute/core/Types.h') diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h index 72be5cba2b..5a08ac9153 100644 --- a/arm_compute/core/Types.h +++ b/arm_compute/core/Types.h @@ -106,6 +106,13 @@ constexpr float SCALE_PYRAMID_HALF = 0.5f; /* Constant value used to indicate a ORB scaled pyramid */ constexpr float SCALE_PYRAMID_ORB = 8.408964152537146130583778358414e-01; +/** Supported tensor data layouts */ +enum class DataLayout +{ + NCHW, + NHWC +}; + /** Quantization settings (used for QASYMM8 data type) */ struct QuantizationInfo { -- cgit v1.2.1