[tflitefile_tool] Add config option for benchmark tool to save model config file...
author윤지영/On-Device Lab(SR)/Staff Engineer/삼성전자 <jy910.yun@samsung.com>
Thu, 9 May 2019 05:19:21 +0000 (14:19 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 9 May 2019 05:19:21 +0000 (14:19 +0900)
commiteaaef2eefc5ec8653154919a67d7969cf769138a
tree8c9dcdf0f2218b2ab9fd945ede842733da650d5a
parent1cf817dcae9ad36da3a7dcb841c3c0ea5f32780c
[tflitefile_tool] Add config option for benchmark tool to save model config file (#5145)

* [tflitefile_tool] Add config option for benchmark tool

This patch adds the `-c` and `--config` options.
This option will print the configuration information of each operator.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* Save configuration file

This patch allows to save the configuration info about model

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
tools/tflitefile_tool/config_saver.py [new file with mode: 0644]
tools/tflitefile_tool/model_parser.py
tools/tflitefile_tool/model_printer.py
tools/tflitefile_tool/model_saver.py [new file with mode: 0644]
tools/tflitefile_tool/option_printer.py