Remove CLArithmeticSubtractionEx from ArmComputeEx (#4275)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Mon, 21 Jan 2019 04:40:31 +0000 (13:40 +0900)
committer이성재/On-Device Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>
Mon, 21 Jan 2019 04:40:31 +0000 (13:40 +0900)
commit41c3f7df17536b00c93fc10dd2204126e4357280
treee7f51fc557c5007d03fda1115298e430cb4fdf77
parent782d3c12dff74ab26304d12a819e52f1378f7320
Remove CLArithmeticSubtractionEx from ArmComputeEx (#4275)

This commit removes CLArithmeticSubtractionEx from ArmComputeEx.
  - remove CLArithmeticSubtractionEx
  - replace CLArithmeticSubtractionEx with CLArithmeticSubtraction since CLArithmeticSubtraction supports the broadcast.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLArithmeticSubtractionExKernel.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArithmeticSubtractionEx.h [deleted file]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
libs/ARMComputeEx/src/core/CL/cl_kernels/arithmetic_op_ex.cl [deleted file]
libs/ARMComputeEx/src/core/CL/kernels/CLArithmeticSubtractionExKernel.cpp [deleted file]
libs/ARMComputeEx/src/runtime/CL/functions/CLArithmeticSubtractionEx.cpp [deleted file]
runtimes/pure_arm_compute/src/compilation.cc