aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLFunctions.h
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2018-11-26 10:01:15 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2018-12-05 12:28:23 +0000
commit5daeffdd96c5e46ac2482431d578dfaf9b300cde (patch)
treedf972e6291d292b4280968dcb5040e4e08bfa6e8 /arm_compute/runtime/CL/CLFunctions.h
parent0d0028ca25a47dd51260e2555b336fc9f09d1df1 (diff)
downloadComputeLibrary-5daeffdd96c5e46ac2482431d578dfaf9b300cde.tar.gz
COMPMID-1723: CL: Implement Reverse
Change-Id: Id0d4a07af24e2331161996083b0c1bab072bd405 Reviewed-on: https://review.mlplatform.org/322 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Arm Jenkins <bsgcomp@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 d340ce1e0c..3f2df0efff 100644
--- a/arm_compute/runtime/CL/CLFunctions.h
+++ b/arm_compute/runtime/CL/CLFunctions.h
@@ -115,6 +115,7 @@
#include "arm_compute/runtime/CL/functions/CLRemap.h"
#include "arm_compute/runtime/CL/functions/CLReorgLayer.h"
#include "arm_compute/runtime/CL/functions/CLReshapeLayer.h"
+#include "arm_compute/runtime/CL/functions/CLReverse.h"
#include "arm_compute/runtime/CL/functions/CLScale.h"
#include "arm_compute/runtime/CL/functions/CLScharr3x3.h"
#include "arm_compute/runtime/CL/functions/CLSelect.h"