Add tflite_convert scripts into tflkit (#3544)
author윤지영/동작제어Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Tue, 13 Nov 2018 01:51:24 +0000 (10:51 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 13 Nov 2018 01:51:24 +0000 (10:51 +0900)
commit227d7cebd3517783d7669fb2764bc933dbc4f643
treeb2a15ae458fc11cde26cec27f1b7f525af40c016
parente27c277b6e2a160348a7d3bf8b9e9f0d99278748
Add tflite_convert scripts into tflkit (#3544)

* Add tflite_convert scripts into tflkit

tflite_convert tool will convert a TensorFlow GraphDef into TfLite model.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* Add check routine for bazel

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* Change the PB_PATH to GRAPHDEF_PATH and add detail usages

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* Add detail usage to README.md

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* Fixed wrong exitcode

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
tools/tflkit/README.md
tools/tflkit/info/convert.template [new file with mode: 0644]
tools/tflkit/tflite_convert.sh [new file with mode: 0755]