[exo-tflite] Update Reshape exporter (#7680)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Mon, 23 Sep 2019 07:35:54 +0000 (16:35 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Sep 2019 07:35:54 +0000 (16:35 +0900)
commitc48d12011addf91226995036f5a09a2bc74becd8
treea18cb86e50b47db9d73f185dcb8b2c5e010d37ad
parent0ed26a8a8d10f1963d3f6cf6ce7bc8e3bb9823b1
[exo-tflite] Update Reshape exporter (#7680)

* [exo-tflite] Update Reshape exporter

Until now, new shape is exported only by `new_shape` attribute.
However, runtime was receiving new shape by input.
This commit will update `Reshape` exporter to export new shape
not only as attribute but also as input.

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
* add comments
compiler/exo-tflite/src/OperationExporter.cpp