aboutsummaryrefslogtreecommitdiff
path: root/docs/ComputeLibrary.dir
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-10-02 16:38:59 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-10-07 09:54:17 +0000
commitddb93bbf12fc9d685e7ddbef703a886d67cbda9b (patch)
tree6dc7bba4a3ffaa527f4972d85c951a012cce5231 /docs/ComputeLibrary.dir
parent4d91dc68adf8a4cc07285fe781469231230df3b9 (diff)
downloadComputeLibrary-ddb93bbf12fc9d685e7ddbef703a886d67cbda9b.tar.gz
COMPMID-3637: Move wrapper to src
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I524b0c4b49c7a7035b7d078b9585d77b0d438e10 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4083 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/ComputeLibrary.dir')
-rw-r--r--docs/ComputeLibrary.dir48
1 files changed, 24 insertions, 24 deletions
diff --git a/docs/ComputeLibrary.dir b/docs/ComputeLibrary.dir
index 56451134d9..270e7fac9c 100644
--- a/docs/ComputeLibrary.dir
+++ b/docs/ComputeLibrary.dir
@@ -87,30 +87,6 @@
* @brief Folder containing all the NEON kernels
*/
-/** @dir arm_compute/core/NEON/kernels/detail
- * @brief Common code for several intrinsics implementations.
- */
-
-/** @dir arm_compute/core/NEON/wrapper
- * @brief NEON wrapper used to simplify code
- */
-
-/** @file arm_compute/core/NEON/wrapper/traits.h
- * @brief Traits defined on NEON vectors
- */
-
-/** @file arm_compute/core/NEON/wrapper/wrapper.h
- * @brief Includes all wrapper headers at once
- */
-
-/** @dir arm_compute/core/NEON/wrapper/intrinsics
- * @brief NEON intrinsics wrappers
- */
-
-/** @dir arm_compute/core/NEON/wrapper/scalar
- * @brief Scalar operations
- */
-
/** @dir arm_compute/core/utils
* @brief Common core utilities.
*/
@@ -283,6 +259,30 @@
* @brief Source code implementing all the arm_compute headers.
*/
+/** @dir src/core/NEON/kernels/detail
+ * @brief Common code for several intrinsics implementations.
+ */
+
+/** @dir src/core/NEON/wrapper
+ * @brief NEON wrapper used to simplify code
+ */
+
+/** @file src/core/NEON/wrapper/traits.h
+ * @brief Traits defined on NEON vectors
+ */
+
+/** @file src/core/NEON/wrapper/wrapper.h
+ * @brief Includes all wrapper headers at once
+ */
+
+/** @dir src/core/NEON/wrapper/intrinsics
+ * @brief NEON intrinsics wrappers
+ */
+
+/** @dir src/core/NEON/wrapper/scalar
+ * @brief Scalar operations
+ */
+
/** @dir src/core/CL/cl_kernels
* @brief All the OpenCL kernels
*/