Fix non-string passed to CreateString issue in tfltool (#3645)
author윤지영/동작제어Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Tue, 20 Nov 2018 05:13:15 +0000 (14:13 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 20 Nov 2018 05:13:15 +0000 (14:13 +0900)
commitde40093f2991879aab1234779ca56e0685ed4035
treed7c048bd647f09814a5a522cb5d75c39afcfb292
parentcf56107950b7b2a592536edb49bcff58c19a56e6
Fix non-string passed to CreateString issue in tfltool (#3645)

If the operator_codes is empty, select_operator.py tool occurs an error.
This patch is fixed the issue.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
tools/tflitefile_tool/select_operator.py