[model_parser] Hide instruction counts by verbose option (#3487)
author김용섭/동작제어Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Wed, 7 Nov 2018 03:12:34 +0000 (12:12 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 7 Nov 2018 03:12:34 +0000 (12:12 +0900)
commit0186d8c3e9009e63ede58f649323b3d9f0b20ab1
treefe658b6fba6ee42cc008c65f3269d3d0a53a47d2
parent3a68971567b9094f566edc833a6fb8c1845d8b49
[model_parser] Hide instruction counts by verbose option (#3487)

Hides instruction counts by verbose option. Now -v or --verbose can skip
printing instruction counts. You can use this verbose option as follows
- With verbose level 0, prints only summary of tflite
- With verbose level 1(default), prints all like current default except for
instructions
- With verbose level 2, prints all like current default including for
instructions

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
tools/tflitefile_tool/model_parser.py
tools/tflitefile_tool/model_printer.py [new file with mode: 0644]
tools/tflitefile_tool/operator_parser.py
tools/tflitefile_tool/operator_printer.py [new file with mode: 0644]
tools/tflitefile_tool/operator_wrapping.py
tools/tflitefile_tool/tensor_printer.py [new file with mode: 0644]
tools/tflitefile_tool/tensor_wrapping.py