You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gr...@apache.org on 2022/04/25 20:17:57 UTC

[tvm] branch main updated (6f27281220 -> 1aee5e1728)

This is an automated email from the ASF dual-hosted git repository.

gromero pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 6f27281220 [ci] Add local test re-run info (#11051)
     add 1aee5e1728 Complete pytorch grid_sample (#10504)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/image.h               |  35 +-
 python/tvm/relay/frontend/pytorch.py          |  51 ++-
 python/tvm/relay/op/image/_image.py           |  27 +-
 python/tvm/relay/op/image/image.py            |  46 ++-
 python/tvm/topi/image/grid_sample.py          | 442 ++++++++++++++++++++++++--
 python/tvm/topi/testing/__init__.py           |   2 +-
 python/tvm/topi/testing/grid_sample_python.py | 429 +++++++++++++++++++++----
 src/relay/op/image/grid_sample.cc             |  84 +++--
 tests/python/frontend/pytorch/test_forward.py |  45 ++-
 tests/python/relay/test_op_level5.py          |  54 +++-
 tests/python/topi/python/test_topi_image.py   |  40 ++-
 11 files changed, 1076 insertions(+), 179 deletions(-)