[enco] Delegate Concat to NN runtime (#2426)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 28 Nov 2018 03:43:49 +0000 (12:43 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 28 Nov 2018 03:43:49 +0000 (12:43 +0900)
commit4480a441f9273be5c08b524bfa9ffd67734da5ce
tree4859c8cb6fce4e15282f78f8d0d375017b8c5d6e
parent6219625bb334da11cc0117451653b260b85d9480
[enco] Delegate Concat to NN runtime (#2426)

With this commit, enco backend delegates ConcatF to NN runtime
instead of lowering it as a sequence of Shuffle.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/ANN/IR/Operation.def
contrib/enco/core/src/Backend.cpp
contrib/enco/core/src/Transforms/Split.cpp