[exo-tflite] Function to convert canonical nodes to TFL nodes (#6939)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Wed, 28 Aug 2019 03:37:08 +0000 (12:37 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 28 Aug 2019 03:37:08 +0000 (12:37 +0900)
commit66c8b388e45ed1981b464383dd7ced70456c0ec0
tree04e6ad02dd78019cea0908568e00a896d4d065ee
parent2c04af0a819f2d8c1246479484f7dd8221fd9c83
[exo-tflite] Function to convert canonical nodes to TFL nodes (#6939)

* [exo-tflite] Function to convert canonical nodes to TFL nodes

This adds a skeleton level implementation of a function that will convert canonical nodes to TFL nodes

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* copyright. fix log for knob checking
compiler/exo-tflite/CMakeLists.txt
compiler/exo-tflite/requires.cmake
compiler/exo-tflite/src/Conversion/Convert.cpp [new file with mode: 0644]
compiler/exo-tflite/src/Conversion/Convert.h [new file with mode: 0644]
compiler/exo-tflite/src/TFLExporterImpl.cpp