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 b971a75de4 [Relax][Frontend][TFLite] Add TFLite Resource Variable and
Static Hashtable Import Support (#19639)
add 7a9f568049 [TIRx] Fix stale Simplify import in lowering test (#19642)
add e3933804ee [Relax][Frontend][TFLite] Support sequence LSTM and RNN
operators (#19634)
add 99488d992d [Relax][Frontend][TFLite] Support STABLEHLO_WHILE (#19646)
add fca86a6872 [Fix] Stabilize layer_norm variance computation with
two-pass reduction (#19643)
No new revisions were added by this update.
Summary of changes:
include/tvm/topi/nn/layer_norm.h | 73 +-
.../tvm/relax/frontend/tflite/tflite_frontend.py | 734 ++++++++++---
tests/python/relax/test_frontend_onnx.py | 38 +
tests/python/relax/test_frontend_tflite.py | 1111 ++++++++++++++++++++
.../python/relax/test_transform_legalize_ops_nn.py | 224 ++--
.../tirx/transform/test_transform_lower_tirx.py | 4 +-
6 files changed, 1902 insertions(+), 282 deletions(-)