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 10ba3c232b [Frontend][ONNX] Support select_last_index for ArgMax and
ArgMin (#18969)
add 427b66da1a [Frontend][ONNX] Fix SplitToSequence keepdims=0 and uneven
last chunk (#19341)
add 66019626a9 [Docs] Fix outdated code examples, types, and missing
references across documentation (#18965)
add e3dda2398f [TFLite][Frontend] Add expected IRModule checks for conv2d,
pool2d, and batch_matmul tests (#18970)
No new revisions were added by this update.
Summary of changes:
docs/arch/pass_infra.rst | 40 +++--
docs/conf.py | 74 +++++++-
docs/deep_dive/relax/learning.rst | 14 +-
docs/deep_dive/tensor_ir/learning.rst | 2 +
docs/reference/api/python/relax/op.rst | 12 ++
python/tvm/relax/frontend/onnx/onnx_frontend.py | 31 +++-
tests/python/relax/test_frontend_onnx.py | 70 ++++++++
tests/python/relax/test_frontend_tflite.py | 227 ++++++++++++++++++++----
8 files changed, 405 insertions(+), 65 deletions(-)