[neurun] Graph : Introduce operation Concat (#2223)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 8 Aug 2018 22:16:50 +0000 (07:16 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 8 Aug 2018 22:16:50 +0000 (07:16 +0900)
commit88a406bf381a18698bf998bc3e87e02bf62d7117
tree025b1f1cd860daaf7cdc1717c8f6596a807c3d45
parentf5cb257c2b851db73339d94da127f4cbe55d6184
[neurun] Graph : Introduce operation Concat (#2223)

Introduce `neurun::graph::operation::Concat` which is a node in Graph
IR.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/operation/Concat.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Concat.h [new file with mode: 0644]