[Model Parser] Update tflite file API (#2580)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 5 Sep 2018 03:15:55 +0000 (12:15 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 5 Sep 2018 03:15:55 +0000 (12:15 +0900)
commitaba71edb4feb0fa6adf03832c6179aa01ae676f8
tree737443c16439786dbcdd07ba941b069ffb52747c
parent57a5ce65b3891f6348c7733be68f2870980dd748
[Model Parser] Update tflite file API (#2580)

Update tflite file API: schema in tensorflow r1.10

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
21 files changed:
tools/tflitefile_tool/tflite/ArgMinOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/BuiltinOperator.py
tools/tflitefile_tool/tflite/BuiltinOptions.py
tools/tflitefile_tool/tflite/EqualOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ExpandDimsOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/FakeQuantOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/FullyConnectedOptions.py
tools/tflitefile_tool/tflite/FullyConnectedOptionsWeightsFormat.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LSTMKernelType.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LSTMOptions.py
tools/tflitefile_tool/tflite/Model.py
tools/tflitefile_tool/tflite/NotEqualOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Operator.py
tools/tflitefile_tool/tflite/OperatorCode.py
tools/tflitefile_tool/tflite/PowOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ReducerOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ShapeOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SubGraph.py
tools/tflitefile_tool/tflite/Tensor.py
tools/tflitefile_tool/tflite/TensorType.py
tools/tflitefile_tool/tflite/TileOptions.py [new file with mode: 0644]