From 1c1b3aa470f3854000be22edb61991f6210e5605 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Thu, 2 Apr 2020 17:35:42 +0100 Subject: COMPMID-3236: Implement CLQLSTMLayer COMPMID-3081: Extend CLQLSTMLayer with enhancements Change-Id: Idb7aaaacdba957e5ad61e94edeab2e898730a109 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3057 Tested-by: Arm Jenkins Reviewed-by: Sang-Hoon Park Comments-Addressed: Arm Jenkins --- arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h') diff --git a/arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h b/arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h index 05cffa6680..4c11e51950 100644 --- a/arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h +++ b/arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h @@ -322,6 +322,7 @@ public: * -# @ref CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel * -# @ref CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel * -# @ref CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel + * -# @ref CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel */ class CLGEMMLowpOutputStage : public ICLSimpleFunction { -- cgit v1.2.1