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 d6ef18e771 [Relax][Frontend][TFLite] Add DILATE operator mapping
(#19481)
add a633edaa20 [Relax][Frontend][TFLite] Add BROADCAST_ARGS operator
mapping (#19487)
add 71c634f8b1 [Relax][Frontend][TFLite] Add `RANDOM_UNIFORM`,
`RANDOM_STANDARD_NORMAL`, and `MULTINOMIAL` (#19473)
add 6569cf0ac9 [Relax][ONNX] Fix CumSum axis handling: support runtime
axis tensor, error on multi-element axis (#19467)
add fbbbae994d [Relax][Frontend][TFLite] Add SCATTER_ND operator for Relax
TFLite (#19490)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 32 +++-
.../tvm/relax/frontend/tflite/tflite_frontend.py | 211 +++++++++++++++++++--
src/runtime/contrib/random/random.cc | 93 ++++++++-
tests/python/relax/test_frontend_onnx.py | 47 ++++-
tests/python/relax/test_frontend_tflite.py | 202 ++++++++++++++++++++
5 files changed, 551 insertions(+), 34 deletions(-)