aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLTableLookupKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLTableLookupKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLTableLookupKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLTableLookupKernel.h b/arm_compute/core/CL/kernels/CLTableLookupKernel.h
index 9bbaf26d7a..24e333f164 100644
--- a/arm_compute/core/CL/kernels/CLTableLookupKernel.h
+++ b/arm_compute/core/CL/kernels/CLTableLookupKernel.h
@@ -49,7 +49,7 @@ public:
* @param[in] lut The input LUT. Data types supported: U8, S16.
* @param[out] output The output tensor. Data types supported: U8, S16.
*/
- void configure(CLCompileContext &compile_context, const ICLTensor *input, const ICLLut *lut, ICLTensor *output);
+ void configure(const CLCompileContext &compile_context, const ICLTensor *input, const ICLLut *lut, ICLTensor *output);
};
} // namespace arm_compute
#endif /* ARM_COMPUTE_CLTABLELOOKUPKERNEL_H */