aboutsummaryrefslogtreecommitdiff
path: root/docs/ComputeLibrary.dir
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ComputeLibrary.dir')
-rw-r--r--docs/ComputeLibrary.dir46
1 files changed, 21 insertions, 25 deletions
diff --git a/docs/ComputeLibrary.dir b/docs/ComputeLibrary.dir
index de4968c0ab..ab9dfc1b93 100644
--- a/docs/ComputeLibrary.dir
+++ b/docs/ComputeLibrary.dir
@@ -1,8 +1,12 @@
//
-// Copyright © 2020 Arm Ltd. All rights reserved.
+// Copyright © 2020,2022 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
+// The following files are omitted due to technical limitations:
+// Directories : data, include, python
+// Files : LICENSE, README.md, SConscript, SConstruct, Security.md, filelist.json, filedefs.json
+
/** @file Android.bp
* @brief Generation script for building AndroidNN driver.
*/
@@ -44,15 +48,15 @@
*/
/** @dir src/core/NEON
- * @brief Neon backend core: kernels and utilities.
+ * @brief Arm® Neon™ backend core: kernels and utilities.
*/
/** @file src/core/NEON/NEKernels.h
- * @brief Includes all the Neon kernels at once
+ * @brief Includes all the Arm® Neon™ kernels at once
*/
/** @dir src/core/NEON/kernels
- * @brief Folder containing all the Neon kernels
+ * @brief Folder containing all the Arm® Neon™ kernels
*/
/** @dir arm_compute/core/utils
@@ -76,7 +80,7 @@
*/
/** @dir arm_compute/graph/backends/NEON
- * @brief Neon specific operations
+ * @brief Arm® Neon™ specific operations
*/
/** @dir arm_compute/graph/detail
@@ -148,15 +152,15 @@
*/
/** @dir arm_compute/runtime/NEON
- * @brief Neon backend runtime interface.
+ * @brief Arm® Neon™ backend runtime interface.
*/
/** @file arm_compute/runtime/NEON/NEFunctions.h
- * @brief Includes all the Neon functions at once.
+ * @brief Includes all the Arm® Neon™ functions at once.
*/
/** @dir arm_compute/runtime/NEON/functions
- * @brief Folder containing all the Neon functions.
+ * @brief Folder containing all the Arm® Neon™ functions.
*/
/** @dir arm_compute/runtime/OMP
@@ -182,8 +186,8 @@
*
* -# cl_*.cpp --> OpenCL examples
* -# graph_*.cpp --> Graph examples
- * -# neoncl_*.cpp --> Neon / OpenCL interoperability examples
- * -# neon_*.cpp --> Neon examples
+ * -# neoncl_*.cpp --> Arm® Neon™ / OpenCL interoperability examples
+ * -# neon_*.cpp --> Arm® Neon™ examples
*/
/** @dir examples/gemm_tuner
@@ -194,14 +198,6 @@
* @brief Utility scripts.
*/
-/** @file scripts/caffe_data_extractor.py
- * @brief Basic script to export weights from Caffe to npy files.
- */
-
-/** @file scripts/tensorflow_data_extractor.py
- * @brief Basic script to export weights from TensorFlow to npy files.
- */
-
/** @dir src
* @brief Source code implementing all the arm_compute headers.
*/
@@ -211,11 +207,11 @@
*/
/** @dir src/core/NEON/wrapper
- * @brief Neon wrapper used to simplify code
+ * @brief Arm® Neon™ wrapper used to simplify code
*/
/** @file src/core/NEON/wrapper/traits.h
- * @brief Traits defined on Neon vectors
+ * @brief Traits defined on Arm® Neon™ vectors
*/
/** @file src/core/NEON/wrapper/wrapper.h
@@ -223,14 +219,14 @@
*/
/** @dir src/core/NEON/wrapper/intrinsics
- * @brief Neon intrinsics wrappers
+ * @brief Arm® Neon™ intrinsics wrappers
*/
/** @dir src/core/NEON/wrapper/scalar
* @brief Scalar operations
*/
-/** @dir src/core/CL/gemm
+/** @dir src/gpu/cl/kernels/gemm
* @brief Folder containing all the configuration files for GEMM
*/
@@ -255,7 +251,7 @@
*/
/** @dir tests/NEON
- * @brief Neon accessors.
+ * @brief Arm® Neon™ accessors.
*/
/** @dir tests/benchmark
@@ -267,7 +263,7 @@
*/
/** @dir tests/benchmark/NEON
- * @brief Neon benchmarking tests.
+ * @brief Arm® Neon™ benchmarking tests.
*/
/** @dir tests/benchmark_examples
@@ -299,7 +295,7 @@
*/
/** @dir tests/validation/NEON
- * @brief Neon validation tests.
+ * @brief Arm® Neon™ validation tests.
*/
/** @dir tests/validation/reference