You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2019/11/15 17:13:14 UTC

[incubator-tvm] branch master updated (510bd8f -> 9e6371f)

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

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


    from 510bd8f  [Relay][Frontend][ONNX] operator support: DepthToSpace, SpaceToDepth (#4271)
     add 9e6371f  imp module is deprecated (#4275)

No new revisions were added by this update.

Summary of changes:
 python/tvm/hybrid/module.py                        |  9 ++++---
 topi/python/topi/cpp/__init__.py                   |  9 +++++++
 .../python/topi/cpp/cuda.py                        |  8 +++----
 .../python/topi/cpp/generic.py                     |  8 +++----
 .../python/topi/cpp/image.py                       |  8 +++----
 topi/python/topi/{cpp.py => cpp/impl.py}           | 28 ++--------------------
 .../python/topi/cpp/nn.py                          |  8 +++----
 .../python/topi/cpp/rocm.py                        |  8 +++----
 topi/python/topi/cpp/vision/__init__.py            |  7 ++++++
 .../python/topi/cpp/vision/yolo.py                 |  8 +++----
 .../python/topi/cpp/x86.py                         |  8 +++----
 11 files changed, 45 insertions(+), 64 deletions(-)
 create mode 100644 topi/python/topi/cpp/__init__.py
 copy docker/install/ubuntu_install_dgl.sh => topi/python/topi/cpp/cuda.py (85%)
 copy docker/install/ubuntu_install_mxnet.sh => topi/python/topi/cpp/generic.py (84%)
 mode change 100755 => 100644
 copy docker/install/ubuntu_install_dgl.sh => topi/python/topi/cpp/image.py (84%)
 rename topi/python/topi/{cpp.py => cpp/impl.py} (64%)
 copy docker/install/ubuntu_install_dgl.sh => topi/python/topi/cpp/nn.py (85%)
 copy docker/install/ubuntu_install_dgl.sh => topi/python/topi/cpp/rocm.py (85%)
 create mode 100644 topi/python/topi/cpp/vision/__init__.py
 copy docker/install/ubuntu_install_dgl.sh => topi/python/topi/cpp/vision/yolo.py (83%)
 copy docker/install/ubuntu_install_dgl.sh => topi/python/topi/cpp/x86.py (85%)