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

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

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLExpKernel.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/CL/CLFunctionsEx.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLExp.h [deleted file]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
libs/ARMComputeEx/src/core/CL/cl_kernels/exp.cl [deleted file]
libs/ARMComputeEx/src/core/CL/kernels/CLExpKernel.cpp [deleted file]
libs/ARMComputeEx/src/runtime/CL/functions/CLExp.cpp [deleted file]
runtimes/neurun/backend/acl_cl/StageGenerator.cc
runtimes/pure_arm_compute/src/compilation.cc