aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLHistogramKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLHistogramKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLHistogramKernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/core/CL/kernels/CLHistogramKernel.h b/arm_compute/core/CL/kernels/CLHistogramKernel.h
index bb0d0b3c3c..9cd374711b 100644
--- a/arm_compute/core/CL/kernels/CLHistogramKernel.h
+++ b/arm_compute/core/CL/kernels/CLHistogramKernel.h
@@ -60,7 +60,7 @@ public:
* @param[in] input Source image. Data types supported: U8.
* @param[out] output Destination distribution.
*/
- void configure(CLCompileContext &compile_context, const ICLImage *input, ICLDistribution1D *output);
+ void configure(const CLCompileContext &compile_context, const ICLImage *input, ICLDistribution1D *output);
// Inherited methods overridden:
void run(const Window &window, cl::CommandQueue &queue) override;
@@ -98,7 +98,7 @@ public:
* @param[in] input Source image. Data types supported: U8.
* @param[out] output Destination distribution.
*/
- void configure(CLCompileContext &compile_context, const ICLImage *input, ICLDistribution1D *output);
+ void configure(const CLCompileContext &compile_context, const ICLImage *input, ICLDistribution1D *output);
// Inherited methods overridden:
void run(const Window &window, cl::CommandQueue &queue) override;