Implement CL kernel of SpaceToBatchND for NCHW (#3633)
author장지섭/동작제어Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Tue, 27 Nov 2018 10:33:46 +0000 (19:33 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 27 Nov 2018 10:33:46 +0000 (19:33 +0900)
commitc553e4e15498b422f1241fa4357c6f2e43c36c42
treec7f43a04af243ae99802b640a2f1ac6334cbddda
parentff80371e250b32fd4a02bc69106882c2c45f4477
Implement CL kernel of SpaceToBatchND for NCHW (#3633)

This commit implements CL kernel of SpaceToBatchND for NCHW.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSpaceToBatchNDKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToBatchND.h [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
libs/ARMComputeEx/src/core/CL/cl_kernels/space_to_batch.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLSpaceToBatchNDKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLSpaceToBatchND.cpp [new file with mode: 0644]