[exo/tflite] Visitor-based Type Inference (#4296)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 17 Jul 2019 03:48:46 +0000 (12:48 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 17 Jul 2019 03:48:46 +0000 (12:48 +0900)
commit1bc506e2a912887be0a34d9936e8978fad3c6b7e
tree37e6f2648591b9341892f5e4b856086476e03275
parente75d6ea03bb0f04324ee408e3b1268977d2b836f
[exo/tflite] Visitor-based Type Inference (#4296)

* [exo/tflite] Visitor-based Type Inference

This commit revises the implemenation of TypeInference module using loco
visitor interface.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix subobject-linkage warning

* Explain why there is type context update
contrib/exo-tflite/src/TypeInference.cpp