[loco exporter] Parse and export graph I/O name (#3803)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Mon, 17 Jun 2019 02:02:30 +0000 (11:02 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 17 Jun 2019 02:02:30 +0000 (11:02 +0900)
commit738263f11616e0398cd7b58de0393342248da377
tree1b1e32366e952e246deb4a18e8daa8439c49596c
parent078828af73768d44cb1a07efb3dac79de85ed5bd
[loco exporter] Parse and export graph I/O name (#3803)

* [loco exporter] Parse and export graph I/O name

Graph input and output names are parsed from loco graph's information
and then exported as name of input and output tensors.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
* Fix typo
contrib/loco-exporter/src/Exporter.test.cpp
contrib/loco-exporter/src/LocoExporterImpl.cpp
contrib/loco-exporter/src/LocoExporterUtils.cpp
contrib/loco-exporter/src/LocoExporterUtils.h
contrib/loco-exporter/src/TensorExporter.cpp