Revise computing instructions of operator on model parser (#2060)
author김용섭/동작제어Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Tue, 24 Jul 2018 06:15:16 +0000 (15:15 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 24 Jul 2018 06:15:16 +0000 (15:15 +0900)
commitc97ffdb1f01eb92a464cc1a25f65f6366400d6b4
treef254f024b03ce05fe2ebe6829c7124679c8da8b3
parentc6c0d6d6cb7952da523613cfe0e2ff7a05320e1f
Revise computing instructions of operator on model parser (#2060)

Revise computing instructions of operator on model parser.
To do it, intrudece Operation class which has each instruction members
and _OperationComputeMethod, internal class, which compute for each
operator type.

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
tools/tflitefile_tool/operation.py [new file with mode: 0755]
tools/tflitefile_tool/operator_counter.py [deleted file]
tools/tflitefile_tool/operator_parser.py
tools/tflitefile_tool/operator_wrapping.py
tools/tflitefile_tool/perf_predictor.py