Create tflkit directory (#3438)
author윤지영/동작제어Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Fri, 9 Nov 2018 05:20:39 +0000 (14:20 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 9 Nov 2018 05:20:39 +0000 (14:20 +0900)
commit8644e3eec2ba127a53b5746be51df8fac3b5f1c6
tree4ce7606a80ffef2ff50fc0a9d87dfa0ad7003f0a
parent2a3f3b20cd56c0a607475e3d30c4761b6a253c36
Create tflkit directory (#3438)

* Create tflite_easytool directory

This directory is created to make it easier to run frequently used tools in scripts.
Now, it has two functions:
- Summraize PB model
- Summraize TfLite model

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* Change the directory name to tflkit

Also changes the relative path to absolute path

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* Add Prerequires and TF tool guideline

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* Add additional description for prerequires

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