aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLFunctions.h
diff options
context:
space:
mode:
authorJenkins <bsgcomp@arm.com>2024-04-29 10:53:06 +0000
committerJenkins <bsgcomp@arm.com>2024-04-29 10:53:06 +0000
commit4fda7a803eaadf00ba36bd532481a33c18952089 (patch)
treeae280dfbfbfa3e870dfb5fd7e4df80ae50c7e4a8 /arm_compute/runtime/CL/CLFunctions.h
parentf2eda6665c12d568e179f5b0e7a24ccdc0ac824d (diff)
downloadComputeLibrary-4fda7a803eaadf00ba36bd532481a33c18952089.tar.gz
Compute Library v24.04
Diffstat (limited to 'arm_compute/runtime/CL/CLFunctions.h')
-rw-r--r--arm_compute/runtime/CL/CLFunctions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/CLFunctions.h b/arm_compute/runtime/CL/CLFunctions.h
index cf757239c..a09ca551d 100644
--- a/arm_compute/runtime/CL/CLFunctions.h
+++ b/arm_compute/runtime/CL/CLFunctions.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2023 Arm Limited.
+ * Copyright (c) 2016-2024 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -101,6 +101,7 @@
#include "arm_compute/runtime/CL/functions/CLROIAlignLayer.h"
#include "arm_compute/runtime/CL/functions/CLROIPoolingLayer.h"
#include "arm_compute/runtime/CL/functions/CLScale.h"
+#include "arm_compute/runtime/CL/functions/CLScatter.h"
#include "arm_compute/runtime/CL/functions/CLSelect.h"
#include "arm_compute/runtime/CL/functions/CLSlice.h"
#include "arm_compute/runtime/CL/functions/CLSoftmaxLayer.h"