You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ke...@apache.org on 2020/09/15 06:50:40 UTC

[incubator-tvm] branch master updated (dd37ed5 -> 7b744b3)

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

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


    from dd37ed5  [Formatting] Fix black script for Python formatting (#6469)
     add 7b744b3  [Relay]Some backend improvements for PT OD models (#6464)

No new revisions were added by this update.

Summary of changes:
 python/tvm/autotvm/task/task.py       |   2 +-
 python/tvm/relay/op/_tensor.py        |  21 ++++++-
 python/tvm/relay/op/_transform.py     |  50 +++++++++++++++
 python/tvm/relay/op/nn/_nn.py         |  43 +++++++++++++
 python/tvm/relay/op/vision/_vision.py |  17 +++++
 python/tvm/topi/scatter.py            |  40 ++++++------
 python/tvm/topi/x86/conv2d.py         |  11 ++++
 python/tvm/topi/x86/dense.py          |   3 +-
 python/tvm/topi/x86/roi_align.py      |  10 ++-
 src/relay/op/tensor/transform.cc      |  11 +++-
 src/relay/op/tensor/unary.cc          |   1 -
 tests/python/relay/test_any.py        | 113 +++++++++++++++++++++++++++++++---
 12 files changed, 282 insertions(+), 40 deletions(-)