Helper python code for TFLite model file parsing
authorHyeongseok Oh <hseok82.oh@samsung.com>
Thu, 22 Mar 2018 10:02:42 +0000 (19:02 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Mon, 26 Mar 2018 04:49:21 +0000 (13:49 +0900)
commit3bc2542c4f4e2ada97dde7f0115adf27e57a5e89
treeac639a2c16732804ddfc9181977f6193139917ea
parent8963efd834dc0911312855fa7485ad98b5310f52
Helper python code for TFLite model file parsing

Include generated python helper by flatc with schema in tools/tflitefile_tool/tflite

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
52 files changed:
tools/tflitefile_tool/tflite/ActivationFunctionType.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/AddOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/BatchToSpaceNDOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/BidirectionalSequenceRNNOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Buffer.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/BuiltinOperator.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/BuiltinOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/CallOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/CombinerType.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ConcatEmbeddingsOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ConcatenationOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Conv2DOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/CustomOptionsFormat.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/DepthwiseConv2DOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/DivOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/EmbeddingLookupSparseOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ExpOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/FullyConnectedOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/GatherOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/L2NormOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LSHProjectionOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LSHProjectionType.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LSTMOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LocalResponseNormalizationOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/MeanOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Model.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/MulOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Operator.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/OperatorCode.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/PadOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Padding.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Pool2DOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/QuantizationParameters.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/RNNOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ReshapeOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ResizeBilinearOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SVDFOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SequenceRNNOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SkipGramOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SoftmaxOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SpaceToBatchNDOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SpaceToDepthOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SplitOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SqueezeOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/StridedSliceOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SubGraph.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SubOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Tensor.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/TensorType.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/TopKV2Options.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/TransposeOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/__init__.py [new file with mode: 0644]