This is an automated email from the ASF dual-hosted git repository.
zhaowu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 2b02d56 [RUNTIME] Store nullptr PackedFunc as nullptr for better
error propagation (#5540)
add 786dfb6 [Relay-TFLite] FP32 and Quantized Object Detection Model
(#5479)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/tflite.py | 289 +++++++++++--------------
python/tvm/relay/frontend/tflite_flexbuffer.py | 152 +++++++++++++
python/tvm/relay/testing/tf.py | 7 +-
tests/python/frontend/tflite/test_forward.py | 144 ++++++++++--
4 files changed, 415 insertions(+), 177 deletions(-)
create mode 100644 python/tvm/relay/frontend/tflite_flexbuffer.py