aboutsummaryrefslogtreecommitdiff
path: root/arm_compute
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2020-09-08 14:03:51 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-09-08 19:36:27 +0000
commit57f30a9309ff2e5e3b32731a785bf38b01d1fd69 (patch)
tree522cf0c9baa04995b44e158f2cb06fa7483d0545 /arm_compute
parente4340a4afe6c5ca35fb2ce280152c6504a88cf21 (diff)
downloadComputeLibrary-57f30a9309ff2e5e3b32731a785bf38b01d1fd69.tar.gz
COMPMID-3767: Align documentation with trademark rules
Change-Id: Id2794f2142e21522283a423f0208dc1022036c79 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3942 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 'arm_compute')
-rw-r--r--arm_compute/runtime/CL/CLTensorAllocator.h4
-rw-r--r--arm_compute/runtime/NEON/functions/NEGEMMAssemblyDispatch.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/runtime/CL/CLTensorAllocator.h b/arm_compute/runtime/CL/CLTensorAllocator.h
index c978dcd92c..067c391489 100644
--- a/arm_compute/runtime/CL/CLTensorAllocator.h
+++ b/arm_compute/runtime/CL/CLTensorAllocator.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2019 Arm Limited.
+ * Copyright (c) 2016-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -108,7 +108,7 @@ public:
void free() override;
/** Import an existing memory as a tensor's backing memory
*
- * @warning memory should have been created under the same context that ACL uses.
+ * @warning memory should have been created under the same context that Compute Library uses.
* @warning memory is expected to be aligned with the device requirements.
* @warning tensor shouldn't be memory managed.
* @warning ownership of memory is not transferred.
diff --git a/arm_compute/runtime/NEON/functions/NEGEMMAssemblyDispatch.h b/arm_compute/runtime/NEON/functions/NEGEMMAssemblyDispatch.h
index a82d44fde8..ac77acf69d 100644
--- a/arm_compute/runtime/NEON/functions/NEGEMMAssemblyDispatch.h
+++ b/arm_compute/runtime/NEON/functions/NEGEMMAssemblyDispatch.h
@@ -61,7 +61,7 @@ private:
MemoryGroup _memory_group; /**< Function memory group */
IWeightsManager *_weights_manager; /**< Pointer to the weights manager */
public:
- /** If supported create an ACL function else fallback to the arm_gemm function.
+ /** If supported create a Compute Library function else fallback to the arm_gemm function.
*
* @param[in] a Input tensor (Matrix A)
* @param[in] b Input tensor (Matrix B)