From aa1b3e31e2c7d46ba491cc9ff54dea62e8294a79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Shubham=20Gupta/SNAP=20/SRI-Bangalore/Engineer/=EC=82=BC?= =?utf8?q?=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 16 Jan 2019 12:27:39 +0530 Subject: [PATCH] Remove unused num_elem variable from Arg CL Host file (#4234) This patch will remove unused num_elem variable from CLArgMinMaxKernel.cpp Signed-off-by: shubham --- libs/ARMComputeEx/src/core/CL/kernels/CLArgMinMaxKernel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ARMComputeEx/src/core/CL/kernels/CLArgMinMaxKernel.cpp b/libs/ARMComputeEx/src/core/CL/kernels/CLArgMinMaxKernel.cpp index 5e9a1e3..7801c28 100644 --- a/libs/ARMComputeEx/src/core/CL/kernels/CLArgMinMaxKernel.cpp +++ b/libs/ARMComputeEx/src/core/CL/kernels/CLArgMinMaxKernel.cpp @@ -36,8 +36,6 @@ const TensorShape inferOutputShape(const TensorShape &input_shape, const uint32_ namespace { -constexpr unsigned int num_elems_processed_per_iteration = 16; - Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, const uint32_t axis, ArgOperation /*op*/) { -- 2.7.4