This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 8873a4c8a5 [Relax][Frontend][TFLite] Add segment operator mappings
(#19491)
add e4c5b7ca60 [BUGFIX][TIR] Skip bool-typed expressions in CSE (#19502)
add 87bf3022b7 [Relax][Frontend][TFLite] Add tests coverage for
SPACE_TO_BATCH_ND and BATCH_TO_SPACE_ND (#19499)
No new revisions were added by this update.
Summary of changes:
.../tvm/relax/frontend/tflite/tflite_frontend.py | 47 +++++++++++++--
src/tirx/transform/common_subexpr_elim.cc | 14 +++++
tests/python/relax/test_frontend_tflite.py | 68 ++++++++++++++++++++++
.../test_tir_transform_common_subexpr_elim.py | 43 ++++++++++++++
4 files changed, 166 insertions(+), 6 deletions(-)