[model_parser] Print activation function type (#2052)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 23 Jul 2018 10:03:27 +0000 (19:03 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 23 Jul 2018 10:03:27 +0000 (19:03 +0900)
commit011503b263b7186541ec00f32708413c7a472046
tree11b15233998493cacdf491de07dcf40219f90192
parent7cea88bf18b1a31e495ed360907ab86215d8e2a2
[model_parser] Print activation function type (#2052)

* [model_parser] Print activation function type

Parse activation function type of the operator and print. This also
make it possible to print other options in BuiltinOptions for all
BuiltinOperators.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
* Extract GetBuiltinOptions to be global function
tools/tflitefile_tool/operator_wrapping.py