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/NEON/functions/NEGEMMAssemblyDispatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/runtime/NEON/functions/NEGEMMAssemblyDispatch.h') 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) -- cgit v1.2.1