[Relay-TFLite] FP32 and Quantized Object Detection Model (#5479)
authorAnimesh Jain <anijain@umich.edu>
Fri, 8 May 2020 03:18:18 +0000 (20:18 -0700)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 03:18:18 +0000 (11:18 +0800)
commit786dfb6ab62094911202578acb23bea612dd4a91
tree3b3220882cd204816400559c29a6fed6472da43b
parent2b02d567c65dcf3b9464e66da203fe159f3a4351
[Relay-TFLite] FP32 and Quantized Object Detection Model (#5479)

* TFlite e2e FP32 Object detection model

* Fix test

* [Relay-TFLite] Quantized activations

* Flexbuffer parsing

* Lint

* Relaxing checks.

* Github reviews

* comments

Co-authored-by: Ubuntu <ubuntu@ip-172-31-34-212.us-west-2.compute.internal>
python/tvm/relay/frontend/tflite.py
python/tvm/relay/frontend/tflite_flexbuffer.py [new file with mode: 0644]
python/tvm/relay/testing/tf.py
tests/python/frontend/tflite/test_forward.py