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 2020/09/25 04:06:31 UTC

[incubator-tvm] branch master updated (0c3efc2 -> 63d203c)

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

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


    from 0c3efc2  [Frontend][Onnx] Added broadcasting to prelu alpha. (#6549)
     add 63d203c  [Relay/TOPI] Added dilation_value attribute to dilate operator. (#6550)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/nn.h                 |  2 ++
 include/tvm/topi/nn/dilate.h                 | 10 ++++++----
 python/tvm/relay/op/nn/_nn.py                |  2 +-
 python/tvm/relay/op/nn/nn.py                 | 11 +++++++----
 python/tvm/topi/nn/dilate.py                 |  9 ++++++---
 python/tvm/topi/testing/dilate_python.py     |  8 ++++++--
 src/relay/op/nn/nn.cc                        |  5 +++--
 src/topi/nn.cc                               |  2 +-
 tests/python/relay/test_any.py               | 13 ++++++++++---
 tests/python/topi/python/test_topi_dilate.py | 13 ++++++++++---
 10 files changed, 52 insertions(+), 23 deletions(-)