You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/02/08 05:57:45 UTC

[tvm] branch main updated (51ee04b -> 98fcca1)

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

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


    from 51ee04b  [TIR] Canonical simplify the intset before region cover proof (#9941)
     add 98fcca1  Support PyTorch grid_sample  (#10184)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/image.h               |  6 +++
 python/tvm/relay/frontend/pytorch.py          | 20 ++++++++
 python/tvm/relay/op/image/_image.py           |  3 +-
 python/tvm/relay/op/image/image.py            | 10 ++--
 python/tvm/topi/image/grid_sample.py          | 24 ++++++---
 python/tvm/topi/testing/grid_sample_python.py | 73 ++++++++++++++++++++-------
 src/relay/op/image/grid_sample.cc             |  3 +-
 tests/python/frontend/pytorch/test_forward.py | 45 +++++++++++++++--
 tests/python/relay/test_op_level5.py          | 12 +++--
 tests/python/topi/python/test_topi_image.py   | 11 ++--
 10 files changed, 165 insertions(+), 42 deletions(-)