You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/18 15:11:09 UTC

[tvm] branch last-successful updated (1b32245f0b -> f88a10fb00)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 1b32245f0b [microNPU] Add a pass to reorder copy and compute nodes (#10959)
     add f88a10fb00 [TFLite] Add support to int16 data type in TFLite frontend (#10915)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/tflite.py          |  11 +-
 src/relay/qnn/op/convolution.cc              |  48 +++--
 src/relay/qnn/op/dequantize.cc               |   4 +-
 src/relay/qnn/op/quantize.cc                 |   4 +-
 src/relay/qnn/op/requantize.cc               |   8 +-
 tests/python/frontend/tflite/test_forward.py | 257 ++++++++++++++++++++-------
 6 files changed, 235 insertions(+), 97 deletions(-)