aboutsummaryrefslogtreecommitdiff
path: root/docs/ComputeLibrary.dir
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2021-03-09 14:09:08 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-03-31 17:08:51 +0000
commit33f41fabd30fb444aaa0cf3e65b61794d498d151 (patch)
treea381cff3096a3b05198b0cd311fee28e40fd5a4f /docs/ComputeLibrary.dir
parent5f91b5d7063462854b62d342f9d4e04ae647e9a6 (diff)
downloadComputeLibrary-33f41fabd30fb444aaa0cf3e65b61794d498d151.tar.gz
Fix trademarks throughout the codebase
Resolves: COMPMID-4299 Change-Id: Ie6a52c1371b9a2a7b5bb4f019ecd5e70a2008567 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5338 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/ComputeLibrary.dir')
-rw-r--r--docs/ComputeLibrary.dir30
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/ComputeLibrary.dir b/docs/ComputeLibrary.dir
index de4968c0ab..74ac9d9d23 100644
--- a/docs/ComputeLibrary.dir
+++ b/docs/ComputeLibrary.dir
@@ -44,15 +44,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 +76,7 @@
*/
/** @dir arm_compute/graph/backends/NEON
- * @brief Neon specific operations
+ * @brief Arm® Neon™ specific operations
*/
/** @dir arm_compute/graph/detail
@@ -148,15 +148,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 +182,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
@@ -211,11 +211,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,7 +223,7 @@
*/
/** @dir src/core/NEON/wrapper/intrinsics
- * @brief Neon intrinsics wrappers
+ * @brief Arm® Neon™ intrinsics wrappers
*/
/** @dir src/core/NEON/wrapper/scalar
@@ -255,7 +255,7 @@
*/
/** @dir tests/NEON
- * @brief Neon accessors.
+ * @brief Arm® Neon™ accessors.
*/
/** @dir tests/benchmark
@@ -267,7 +267,7 @@
*/
/** @dir tests/benchmark/NEON
- * @brief Neon benchmarking tests.
+ * @brief Arm® Neon™ benchmarking tests.
*/
/** @dir tests/benchmark_examples
@@ -299,7 +299,7 @@
*/
/** @dir tests/validation/NEON
- * @brief Neon validation tests.
+ * @brief Arm® Neon™ validation tests.
*/
/** @dir tests/validation/reference