Remove unused num_elem variable from Arg CL Host file (#4234)
authorShubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 16 Jan 2019 06:57:39 +0000 (12:27 +0530)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 16 Jan 2019 06:57:39 +0000 (15:57 +0900)
This patch will remove unused num_elem variable from
CLArgMinMaxKernel.cpp

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/src/core/CL/kernels/CLArgMinMaxKernel.cpp

index 5e9a1e3..7801c28 100644 (file)
@@ -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*/)
 {