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 1720d305ae [Relax][ONNX] Fix TopK scalar K extraction in from_onnx
(#19573)
add fff3b4bf0d [Relax][Frontend][TFLite] Support StableHLO region-based
ops and multi-subgraph models (#19587)
add a1e4cd82fe [Relay/ONNX] Add RMSNormalization converter for ONNX opset
23 (#19590)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 37 +
.../tvm/relax/frontend/tflite/tflite_frontend.py | 631 ++++++++++-
tests/python/relax/test_frontend_onnx.py | 62 ++
tests/python/relax/test_frontend_tflite.py | 1168 +++++++++++++++++++-
4 files changed, 1875 insertions(+), 23 deletions(-)