From 57f30a9309ff2e5e3b32731a785bf38b01d1fd69 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Tue, 8 Sep 2020 14:03:51 +0100 Subject: COMPMID-3767: Align documentation with trademark rules Change-Id: Id2794f2142e21522283a423f0208dc1022036c79 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3942 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- arm_compute/runtime/CL/CLTensorAllocator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/runtime/CL') 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. -- cgit v1.2.1