From d646ae17893a89771cdc61ac8790f7e241ecd799 Mon Sep 17 00:00:00 2001 From: Vidhya Sudhan Loganathan Date: Mon, 19 Nov 2018 15:18:20 +0000 Subject: COMPMID-1065 : Create documentation explaining how to add new functions / kernels Change-Id: I98183f95814442b6f3dbb67a1bdae99df05b9b01 --- arm_compute/core/Types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arm_compute/core/Types.h') diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h index ef25dc4150..0f2786cd12 100644 --- a/arm_compute/core/Types.h +++ b/arm_compute/core/Types.h @@ -105,6 +105,8 @@ constexpr float SCALE_PYRAMID_HALF = 0.5f; /** Constant value used to indicate a ORB scaled pyramid */ constexpr float SCALE_PYRAMID_ORB = 8.408964152537146130583778358414e-01; +/** [DataLayout enum definition] **/ + /** Supported tensor data layouts */ enum class DataLayout { @@ -112,6 +114,7 @@ enum class DataLayout NCHW, /**< Num samples, channels, height, width */ NHWC /**< Num samples, height, width, channels */ }; +/** [DataLayout enum definition] **/ /** Supported tensor data layout dimensions */ enum class DataLayoutDimension -- cgit v1.2.1