You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by wu...@apache.org on 2020/01/24 03:19:58 UTC

[incubator-tvm] branch master updated (1ae44cf -> 69d2f9b)

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

wuwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 1ae44cf  Fix Tensorflow conv3d pad bug, add non-cubic data and kernel tests (#4772)
     add 69d2f9b  [TOPI] Remove cpp upsampling and resize op (#4769)

No new revisions were added by this update.

Summary of changes:
 topi/include/topi/detail/tensor_utils.h   |  42 ++-
 topi/include/topi/image/resize.h          | 408 ------------------------------
 topi/include/topi/nn/upsampling.h         |  63 -----
 topi/python/topi/cpp/__init__.py          |   1 -
 topi/python/topi/cpp/image.py             |  21 --
 topi/python/topi/nn/deformable_conv2d.py  |   2 +-
 topi/python/topi/vision/rcnn/roi_align.py |   2 +-
 topi/src/topi.cc                          |  24 +-
 8 files changed, 48 insertions(+), 515 deletions(-)
 delete mode 100644 topi/include/topi/image/resize.h
 delete mode 100644 topi/include/topi/nn/upsampling.h
 delete mode 100644 topi/python/topi/cpp/image.py