Add CL Kernels for BatchToSpaceND (#3203)
authorPrasanna R/System SW /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Wed, 17 Oct 2018 10:37:09 +0000 (16:07 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 17 Oct 2018 10:37:09 +0000 (19:37 +0900)
commit8b6a84ea28b60df307b7dc9d9c6defedc7fb4f6d
tree90992227dce18fe2b790bf40bb756736e60f1b8d
parent1617b00e302d82920f66b16deec641489377cb38
Add CL Kernels for BatchToSpaceND (#3203)

This patch adds BatchToSpaceND operation's CL Kernel.

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