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 2023/09/19 05:02:57 UTC

[tvm] branch nightly updated (82b471cee4 -> d60fb7295e)

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

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


    from 82b471cee4 [TIR] Do not drop 4th argument to tir.max (#15763)
     add 44cc2b9de3 [Arith] Fix detect non-divisible iteration form like (x % 255) // 16 (#15665)
     add 47826e4d5e [TFLite][Frontend] Support quantized div (#15768)
     add d60fb7295e [TFLite][Frontend] Support quantized NOT_EQUAL (#15769)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/tflite.py                | 10 ++------
 src/arith/iter_affine_map.cc                       | 16 +++++++++----
 src/arith/rewrite_simplify.cc                      | 10 ++++++++
 tests/python/frontend/tflite/test_forward.py       | 27 ++++++++++++++++++----
 .../python/unittest/test_arith_iter_affine_map.py  |  2 ++
 .../python/unittest/test_arith_rewrite_simplify.py | 17 ++++++++++++++
 .../test_tir_transform_compact_buffer_region.py    |  2 +-
 7 files changed, 67 insertions(+), 17 deletions(-)