Support CONCAT for all dimensions and all axes (#2494)
author윤지영/동작제어Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Wed, 29 Aug 2018 07:12:17 +0000 (16:12 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 29 Aug 2018 07:12:17 +0000 (16:12 +0900)
commitfeabba6f8f86a83b8a0f330220e492a36bf6e79c
treedb4c81e7b4d3fee568bfbb812ff6ba0c43afc8bf
parentf250fe9d06c122d3232b4e5b98c35592aae1b716
Support CONCAT for all dimensions and all axes (#2494)

This commit is similar with SPLIT implementation.
In order to avoid unnecessary copy around data,
it uses shared memory information.
It does not u se separate ACL function like SPLIT.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc