[acl] Use lws_hint() instead of default parameter (#4745)
author윤지영/On-Device Lab(SR)/Staff Engineer/삼성전자 <jy910.yun@samsung.com>
Thu, 14 Mar 2019 10:28:49 +0000 (19:28 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 14 Mar 2019 10:28:49 +0000 (19:28 +0900)
commitfe4f7b4741e498c97b86f8a2f53c2ffc5feb8c74
treec07b77953ecfb4c41dd7b8e6aa06a8caadd5dc30
parente4cc373647f3ba2eb53fd55720e9c14870f03a16
[acl] Use lws_hint() instead of default parameter (#4745)

This commit applies `lws_hint()` in the case of below operators.
TensorFlowMax, TensorFlowSum, EXP, GATHER, CAST, PAD

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
libs/ARMComputeEx/src/core/CL/kernels/CLCastKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLExpKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLGatherKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLPadLayerKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLReduceOperationKernel.cpp