aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLFunctions.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-03-22 14:55:08 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:52:35 +0000
commitbcedf513938fca9e33331bdef975f0488288bad4 (patch)
treec365f4387576a2b093368ce05f01ea253fe5570c /arm_compute/runtime/CL/CLFunctions.h
parenta3221e6772dc371cf5de7e525bf5c22b58ad6d08 (diff)
downloadComputeLibrary-bcedf513938fca9e33331bdef975f0488288bad4.tar.gz
COMPMID-993 Implement CL LSTM function
Change-Id: Iee4ad387c41dd8ccfe31b3044d797f2d7448e552 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/126655 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'arm_compute/runtime/CL/CLFunctions.h')
-rw-r--r--arm_compute/runtime/CL/CLFunctions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/CLFunctions.h b/arm_compute/runtime/CL/CLFunctions.h
index a01e4a7978..fe90b0989f 100644
--- a/arm_compute/runtime/CL/CLFunctions.h
+++ b/arm_compute/runtime/CL/CLFunctions.h
@@ -79,6 +79,7 @@
#include "arm_compute/runtime/CL/functions/CLHistogram.h"
#include "arm_compute/runtime/CL/functions/CLIntegralImage.h"
#include "arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h"
+#include "arm_compute/runtime/CL/functions/CLLSTMLayer.h"
#include "arm_compute/runtime/CL/functions/CLLaplacianPyramid.h"
#include "arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h"
#include "arm_compute/runtime/CL/functions/CLLocallyConnectedLayer.h"