[exo-tflite] Introduce TFLConcatenate node (#7978)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Wed, 16 Oct 2019 04:44:05 +0000 (13:44 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 16 Oct 2019 04:44:05 +0000 (13:44 +0900)
commitafdee6a9dcda3fe51687ba482486a41bf7497151
tree3b6a8c176491601e92d8911727546461db082293
parent0496ab84352227bcce340589bc370c18e0a3dd5d
[exo-tflite] Introduce TFLConcatenate node (#7978)

* [exo-tflite] Introduce TFLConcatenate node

This commit will introduce `TFLConcatenate` node in `exo-tflite`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
* fix assert

* rebase and apply comments

* fix typo

* apply comments

Co-Authored-By: sk-namkoong <sk.namkoong@samsung.com>
* add assert

* fix typo
compiler/exo/CMakeLists.txt
compiler/exo/src/Dialect/IR/TFLNodes.h
compiler/exo/src/Dialect/IR/TFLNodes.lst
compiler/exo/src/TFLFormattedGraph.cpp