[TFLite] Support TFLite FP32 Relay frontend. (#2365)
* Support TFLite FP32 Relay frontend. * Fix lint issue * Remove unnecessary variables and packages * Add method doc string * Fix capital letter of method doc string * Add TFLite FP32 Relay frontend based on latest code * Merge the latest code * Solve cython issue with relay type inference * Modify code based on suggestions
Showing
- python/tvm/relay/frontend/__init__.py 1 addition, 0 deletionspython/tvm/relay/frontend/__init__.py
- python/tvm/relay/frontend/tflite.py 629 additions, 0 deletionspython/tvm/relay/frontend/tflite.py
- tests/python/frontend/tflite/test_forward.py 372 additions, 0 deletionstests/python/frontend/tflite/test_forward.py
- tests/scripts/task_python_frontend.sh 3 additions, 0 deletionstests/scripts/task_python_frontend.sh
python/tvm/relay/frontend/tflite.py
0 → 100644
This diff is collapsed.
tests/python/frontend/tflite/test_forward.py
0 → 100644
Please register or sign in to comment