[exo] Introduce MergeConcatNodePass (#8264)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Thu, 17 Oct 2019 10:14:15 +0000 (19:14 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 17 Oct 2019 10:14:15 +0000 (19:14 +0900)
commitb7e6399ea986b977e6a887a7159e45245718997b
treeeae5b9af8346f22c9d65b9ebfb9bfabd1e6823d2
parentffd065f1802a9e4ec6f85013f0cee0627bee4d68
[exo] Introduce MergeConcatNodePass (#8264)

* [exo] Introduce MergeConcatNodePass

This commit will introduce `MergeConcatNodePass`,
which fold multiple `TFLConcatenation` nodes with same axis

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

* add FusedActFunc check
compiler/exo/src/Convert.cpp
compiler/exo/src/Pass/MergeConcatNodesPass.cpp [new file with mode: 0644]
compiler/exo/src/Pass/MergeConcatNodesPass.h [new file with mode: 0644]
compiler/exo/src/Passes.h