Introduce concat kernel (#4887)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 28 Mar 2019 06:30:23 +0000 (15:30 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 28 Mar 2019 06:30:23 +0000 (15:30 +0900)
commitdee9a3d3c61c464241db6f6858609ca772759ad7
tree747017e967818fb60c8510000a09bbaf1ff74fd1
parentb425807196464b75b4c2ad676e23cc65216f0bfe
Introduce concat kernel (#4887)

Introduce concat kernel from tflite
Use concat kernel in cpu backend

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
libs/cker/include/cker/Shape.h
libs/cker/include/cker/operation/Concatenation.h [new file with mode: 0644]
runtimes/neurun/backend/cpu/kernel/CMakeLists.txt
runtimes/neurun/backend/cpu/kernel/ConcatLayer.cc
runtimes/neurun/backend/cpu/kernel/OperationUtils.h