[model parser] Fix operation.py (#5626)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 17 Jul 2019 01:07:07 +0000 (10:07 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 17 Jul 2019 01:07:07 +0000 (10:07 +0900)
commit4461385ba28e942ef1868c3b2c9f7aa29a7428e0
tree41cecc0c2d45e4e29bd5cdda206fba5afc51da25
parent1a4280aa4d49d4e403fd79d13cd40a73e27baca6
[model parser] Fix operation.py (#5626)

Change to instance method in _OperationComputeMethod class
Not working now because static method don't have "__name__" field
Change operation comment

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
tools/tflitefile_tool/operation.py