Initial code of Concatenation on ACL (#746)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 17 Apr 2018 06:48:52 +0000 (15:48 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Tue, 17 Apr 2018 06:48:52 +0000 (15:48 +0900)
commitc01c19ae392ea9cb630de3dcfd8c2421dfac4102
treeeffb862fdb78aedbdd69ab4f19bd94b7fb8c8079
parentd4365ead95a864f5a3818a7035f208e08cefbbe3
Initial code of Concatenation on ACL (#746)

This will add initial implementation of Concatenation on ACL CL and NEON

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
include/kernel/acl/Concatenation.h [new file with mode: 0644]
src/kernel/acl/CMakeLists.txt
src/kernel/acl/src/cl/Concatenation.cpp [new file with mode: 0644]
src/kernel/acl/src/cl/Concatenation.test.cpp [new file with mode: 0644]
src/kernel/acl/src/neon/Concatenation.cpp [new file with mode: 0644]
src/kernel/acl/src/neon/Concatenation.test.cpp [new file with mode: 0644]