COMPMID-3237: Implement NEQLSTMLayer
authorMichele Di Giorgio <michele.digiorgio@arm.com>
Mon, 9 Mar 2020 19:32:33 +0000 (19:32 +0000)
committerGeorgios Pinitas <georgios.pinitas@arm.com>
Mon, 20 Apr 2020 11:06:59 +0000 (11:06 +0000)
commit47a899017e67556ffffef78571c9be61dd7bc3f0
tree9ec9c12eb912f042262fe596e225f7c7737c3a0f
parentd1d7722cfc5ee130115d8d195068a98b16102a21
COMPMID-3237: Implement NEQLSTMLayer

COMPMID-3082: Extend NEQLSTMLayer with enhancements

Change-Id: I88175b7bf69494a4eae510b74176fe8a0d6cd770
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2969
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Sang-Hoon Park <sang-hoon.park@arm.com>
Reviewed-by: Sheri Zhang <sheri.zhang@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
14 files changed:
Android.bp
arm_compute/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.h
arm_compute/core/utils/misc/InfoHelpers.h
arm_compute/runtime/NEON/NEFunctions.h
arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h
arm_compute/runtime/NEON/functions/NELSTMLayer.h
arm_compute/runtime/NEON/functions/NEQLSTMLayer.h [new file with mode: 0644]
arm_compute/runtime/common/LSTMParams.h
src/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.cpp
src/core/NEON/kernels/NEGEMMLowpReductionKernel.cpp
src/runtime/CL/functions/CLLSTMLayer.cpp
src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp
src/runtime/NEON/functions/NELSTMLayer.cpp
src/runtime/NEON/functions/NEQLSTMLayer.cpp [new file with mode: 0644]