[enco] Use 'Appender' in Split pass (#1516)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 17 Sep 2018 06:36:18 +0000 (15:36 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 17 Sep 2018 06:36:18 +0000 (15:36 +0900)
commitb177716d6b42cdd51f53ce95dec0269d9dbe35ab
treec2d52825a21c2bb0bd3a845270c9daafd6800289
parentaf04611b5c11afcf5ce3d4d644af552efdb616ad
[enco] Use 'Appender' in Split pass (#1516)

* [enco] Use 'Appender' in Split pass

This commit introduces the concept of 'Appender' in Split pass.

Conceptually, each Appender encapsulates the update over ANN IR for
each coco IR instruction.

This change is a step to unify ANNGroupBuilder and ANNOpBuilder.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Remove unused variable avgpool
contrib/enco/core/src/Transforms/Split.cpp