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 ff883dbcbc Revert "fix: add safety warning to pickle_memoize cache
loading" (#18926)
add e53cfe138c [Frontend][TFLite] Fix undefined symbols and Relay API
remnants in TFLite frontend (#18929)
add 59c14f6d45 [Relax][ONNX] Add GridSample ONNX frontend integration
(#18932)
add 4d36a45b9f [Relax][ONNX] Add image.resize3d op and wire 5D Resize
(#18931)
No new revisions were added by this update.
Summary of changes:
include/tvm/relax/attrs/image.h | 49 ++++++
python/tvm/relax/frontend/onnx/onnx_frontend.py | 61 +++++--
.../tvm/relax/frontend/tflite/tflite_frontend.py | 181 ++++++++-------------
python/tvm/relax/op/image/__init__.py | 2 +-
python/tvm/relax/op/image/image.py | 52 ++++++
python/tvm/relax/transform/legalize_ops/image.py | 17 ++
src/relax/op/image/resize.cc | 123 +++++++++++++-
src/relax/op/image/resize.h | 6 +
tests/python/relax/test_frontend_onnx.py | 143 ++++++++++++++++
tests/python/relax/test_frontend_tflite.py | 28 ++++
tests/python/relax/test_op_image.py | 110 +++++++++++++
.../relax/test_transform_legalize_ops_image.py | 37 +++++
.../python/relax/test_tvmscript_parser_op_image.py | 17 ++
13 files changed, 699 insertions(+), 127 deletions(-)