[exo-tflite] Use loco shape inference framework (#6144)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 2 Aug 2019 08:22:12 +0000 (17:22 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 2 Aug 2019 08:22:12 +0000 (17:22 +0900)
commit7248dd22176527fd02e80585a79843a32805a36f
tree87754a16bdb020f6db4c51d5734e5e545048b9ac
parent3d196beb5bf29545b2df56291b138a9fe74b7cd5
[exo-tflite] Use loco shape inference framework (#6144)

This commit allows exo-tflite to use the shape inference framework
implemented in loco instead of exo-tflite internal shape inference
framework.

Please note that this feature is turned off by default.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
compiler/exo-tflite/CMakeLists.txt
compiler/exo-tflite/src/ExporterUtils.cpp
compiler/exo-tflite/src/ExporterUtils.h
compiler/exo-tflite/src/ShapeInference.cpp