This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from c94e6ba Label Pattern Partitions (#5627)
add e10ea86 [RELAY][PYTORCH]Resize3d, Upsample3d op support (#5633)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/attrs/image.h | 31 ++++++++++++
python/tvm/relay/frontend/pytorch.py | 28 +++++++++++
python/tvm/relay/op/image/_image.py | 12 +++++
python/tvm/relay/op/image/image.py | 46 +++++++++++++++++
src/relay/op/image/resize.cc | 71 +++++++++++++++++++++++++++
tests/python/frontend/pytorch/test_forward.py | 8 +++
tests/python/relay/test_op_level5.py | 44 +++++++++++++++++
7 files changed, 240 insertions(+)