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 c8515e1ddf [Web] Replace string with TVMFFIByteArray* to avoid memory
issues (#18467)
add 4a60bb2532 [Relax][PyTorch] Add support for
`torch.ops.aten.sym_size.int` in ExportedProgram frontend (#18473)
add bf8a907bbf [Relax][PyTorch] Add dynamic shape support to
`torch.ops.aten.sym_size.int` in ExportedProgram frontend (#18485)
add cdca1341d2 [Relax][PyTorch] Add support for gumbel_softmax (#18482)
add 41a606c726 [Relax][PyTorch] Add support for grid_sample operator
(#18483)
add d982a43024 [Web] Bump web runtime version 0.23.0-dev1 (#18480)
No new revisions were added by this update.
Summary of changes:
include/tvm/relax/attrs/image.h | 22 ++
.../frontend/torch/base_fx_graph_translator.py | 10 +
.../frontend/torch/exported_program_translator.py | 69 ++++++-
python/tvm/relax/frontend/torch/fx_translator.py | 6 -
python/tvm/relax/op/image/__init__.py | 2 +-
python/tvm/relax/op/image/image.py | 49 +++++
python/tvm/relax/transform/legalize_ops/image.py | 13 ++
src/relax/op/image/resize.cc | 78 +++++++
src/relax/op/image/resize.h | 4 +
.../relax/test_frontend_from_exported_program.py | 226 +++++++++++++++++++++
web/package-lock.json | 16 +-
web/package.json | 2 +-
12 files changed, 480 insertions(+), 17 deletions(-)