Add CL Kernels for Equal op (#3029)
authorPrasanna R/System SW /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Wed, 17 Oct 2018 10:36:03 +0000 (16:06 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 17 Oct 2018 10:36:03 +0000 (19:36 +0900)
commit17a51732acfd46017c3d45ee2583e405cb8b5034
treecc1805e1d7bf064a50aa4fd9acb281289e8b5936
parent4121413dba7ced4f3235e50f1b2599691bde3809
Add CL Kernels for Equal op (#3029)

This patch adds CL Kernels for Equal op.

Signed-off-by: prasannar <prasanna.r@samsung.com>
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLEqualKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEqual.h [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
libs/ARMComputeEx/src/core/CL/cl_kernels/equal.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/equal_quantized.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLEqualKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLEqual.cpp [new file with mode: 0644]