[tflchef] Embed TensorFlow Lite schema file (#2150)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 7 Nov 2018 07:17:56 +0000 (16:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 7 Nov 2018 07:17:56 +0000 (16:17 +0900)
commitd613b6bc93a1a29b77ec3161ac78703a3fb03d49
tree01244603adbf3528096ad5a0f05bdb1caec75f14
parent73226b2241254530d103c7192472021e2cc88ab3
[tflchef] Embed TensorFlow Lite schema file (#2150)

This commit embeds TensorFlow Lite schema file in tflchef in order to
reduce external dependencies.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/tflchef/CMakeLists.txt
contrib/tflchef/README.md
contrib/tflchef/core/CMakeLists.txt
contrib/tflchef/core/schema/tflite.fbs [new file with mode: 0644]
contrib/tflchef/core/schema/tflite.meta [new file with mode: 0644]
contrib/tflchef/core/src/Convert.h
contrib/tflchef/core/src/OpChef.h