COMPMID-3236: Implement CLQLSTMLayer
authorMichele Di Giorgio <michele.digiorgio@arm.com>
Thu, 2 Apr 2020 16:35:42 +0000 (17:35 +0100)
committerGeorgios Pinitas <georgios.pinitas@arm.com>
Tue, 21 Apr 2020 11:47:05 +0000 (11:47 +0000)
commit1c1b3aa470f3854000be22edb61991f6210e5605
treec1ce9d61ee7817ca0a7ff532d785b7b8d605cb30
parente631681da8b8f9d69377839466a8970c9ce0f8a1
COMPMID-3236: Implement CLQLSTMLayer

COMPMID-3081: Extend CLQLSTMLayer with enhancements

Change-Id: Idb7aaaacdba957e5ad61e94edeab2e898730a109
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3057
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Sang-Hoon Park <sang-hoon.park@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
12 files changed:
Android.bp
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.h
arm_compute/runtime/CL/CLFunctions.h
arm_compute/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.h
arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h
arm_compute/runtime/CL/functions/CLQLSTMLayer.h [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp
src/core/CL/kernels/CLGEMMLowpReductionKernel.cpp
src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp
src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp
src/runtime/CL/functions/CLQLSTMLayer.cpp [new file with mode: 0644]