LICENSE
README.md
pyproject.toml
setup.cfg
tflite2onnx/__init__.py
tflite2onnx/common.py
tflite2onnx/convert.py
tflite2onnx/graph.py
tflite2onnx/layout.py
tflite2onnx/mapping.py
tflite2onnx/model.py
tflite2onnx/quantize.py
tflite2onnx/tensor.py
tflite2onnx/utils.py
tflite2onnx.egg-info/PKG-INFO
tflite2onnx.egg-info/SOURCES.txt
tflite2onnx.egg-info/dependency_links.txt
tflite2onnx.egg-info/entry_points.txt
tflite2onnx.egg-info/requires.txt
tflite2onnx.egg-info/top_level.txt
tflite2onnx/op/__init__.py
tflite2onnx/op/activation.py
tflite2onnx/op/binary.py
tflite2onnx/op/common.py
tflite2onnx/op/concat.py
tflite2onnx/op/conv.py
tflite2onnx/op/fullyconnected.py
tflite2onnx/op/padding.py
tflite2onnx/op/pooling.py
tflite2onnx/op/quantize.py
tflite2onnx/op/reduce.py
tflite2onnx/op/reshape.py
tflite2onnx/op/resize.py
tflite2onnx/op/rsqrt.py
tflite2onnx/op/slice.py
tflite2onnx/op/softmax.py
tflite2onnx/op/split.py
tflite2onnx/op/squared_difference.py
tflite2onnx/op/transpose.py
tflite2onnx/op/unary.py