You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by an...@apache.org on 2021/02/05 04:49:19 UTC

[tvm] branch main updated (c118b08 -> 38c9eb1)

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

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


    from c118b08  Support negative pad values (#7375)
     add 38c9eb1  Fix Bug in Bilinear Interpolation and Add Deform Conv to PT FrontEnd (#7397)

No new revisions were added by this update.

Summary of changes:
 include/tvm/topi/detail/tensor_utils.h             | 95 +++++++++++++---------
 python/tvm/relay/frontend/pytorch.py               | 27 ++++++
 .../tvm/topi/testing/deformable_conv2d_python.py   | 26 ++++--
 python/tvm/topi/testing/roi_align_python.py        | 34 ++++----
 python/tvm/topi/vision/rcnn/roi_align.py           |  4 +-
 tests/python/frontend/pytorch/test_forward.py      | 88 ++++++++++++++++++--
 tests/python/relay/test_op_level5.py               | 71 ++++++++++++----
 7 files changed, 257 insertions(+), 88 deletions(-)