Correction in variable names in CL Arg op files (#4125)
authorShubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Sun, 13 Jan 2019 21:50:32 +0000 (03:20 +0530)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Sun, 13 Jan 2019 21:50:32 +0000 (06:50 +0900)
commit053b915160b6cf8fb07d7914e9a10bc7cf716eb3
treed50d2602dfb0ba6292ca65a4295b9d54070fe8a0
parentd897a1d6b7b21f49e2ee6d5808a06288bc973748
Correction in variable names in CL Arg op files (#4125)

Since somewhere in code variable name is argminmax_axis and
somewhere it is just axis along with comments having name as
axis.So, this patch will corrects the comments and replaces
all argminmax_axis to axis to have a uniformity in variable
name for axis.

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLArgMinMaxKernel.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArgMinMax.h
libs/ARMComputeEx/src/core/CL/cl_kernels/arg_operation.cl
libs/ARMComputeEx/src/core/CL/kernels/CLArgMinMaxKernel.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLArgMinMax.cpp