Introduce OperatorParser for model_parser (#1858)
author김용섭/동작제어Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Thu, 5 Jul 2018 04:06:20 +0000 (13:06 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 5 Jul 2018 04:06:20 +0000 (13:06 +0900)
commit4939a4a5303f0c6acd2c1f35761a9971539af2b3
treef691ecc717b67b326a36e60973e4906bb48258fb
parentbfa9e94a43cbde3672284be12a47aa5efda8644b
Introduce OperatorParser for model_parser (#1858)

* Introduce OperatorParser for model_parser

- To remove `TFLiteModelFileParser`'s dependencies for tflite.operator,
    tflite.tensor, introduce new class `OperatorParser`.
- `OperatorParser` class handles `Operator` class and `Tensor` class.
- Not yet changed model_parser.py. To test this, it needs another commit
for new operator counter and changes on model_parser.py

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
* Rename __ to _wrapping
tools/tflitefile_tool/operator_parser.py [new file with mode: 0755]
tools/tflitefile_tool/operator_wrapping.py [new file with mode: 0755]
tools/tflitefile_tool/tensor_wrapping.py [new file with mode: 0755]