Use CLRsqrtLayer instead of custom implementation (#5500)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Mon, 1 Jul 2019 10:28:00 +0000 (13:28 +0300)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 1 Jul 2019 10:28:00 +0000 (19:28 +0900)
commit9cb3d9cd94ffc1635673af658bc1db2a8ceb709c
tree89943885d9ffe1cdf0731fb7522b57609ccb9e7d
parent94f2da52c9d0c2f915c55b9ef26d0931cfb24272
Use CLRsqrtLayer instead of custom implementation (#5500)

Use `CLRsqrtLayer` (introduced in ACL v19.02) instead of custom implementation

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
12 files changed:
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLActivationLayerExKernel.h [deleted file]
libs/ARMComputeEx/arm_compute/core/TypesEx.h
libs/ARMComputeEx/arm_compute/core/UtilsEx.h
libs/ARMComputeEx/arm_compute/runtime/CL/CLFunctionsEx.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLActivationLayerEx.h [deleted file]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
libs/ARMComputeEx/src/core/CL/cl_kernels/activation_layer_ex.cl [deleted file]
libs/ARMComputeEx/src/core/CL/kernels/CLActivationLayerExKernel.cpp [deleted file]
libs/ARMComputeEx/src/core/UtilsEx.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLActivationLayerEx.cpp [deleted file]
runtimes/neurun/backend/acl_cl/StageGenerator.cc
runtimes/pure_arm_compute/src/compilation.cc