Update tflite file API (#1832)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 10 Jul 2018 09:53:55 +0000 (18:53 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 10 Jul 2018 09:53:55 +0000 (18:53 +0900)
commitc6af0f43fa5c0d47a672aee61d60d262556b63ca
treed3799adabaa3e65afcc748a32fa03129aee416e9
parent7a1c03d45d82c0cc694c600f83c714bb89ffe8cc
Update tflite file API (#1832)

Update tflite file API generated by flatc
Using updated schema in tensorflow 1.9

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
19 files changed:
tools/tflitefile_tool/tflite/ArgMaxOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/BuiltinOperator.py
tools/tflitefile_tool/tflite/BuiltinOptions.py
tools/tflitefile_tool/tflite/CastOptions.py
tools/tflitefile_tool/tflite/Conv2DOptions.py
tools/tflitefile_tool/tflite/GreaterEqualOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/GreaterOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LessEqualOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LessOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/MaximumMinimumOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Model.py
tools/tflitefile_tool/tflite/NegOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/OperatorCode.py
tools/tflitefile_tool/tflite/PadV2Options.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SelectOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SliceOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SparseToDenseOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/TensorType.py
tools/tflitefile_tool/tflite/TransposeConvOptions.py [new file with mode: 0644]