You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/02/18 03:11:40 UTC

[tvm] branch main updated (143c88e -> b7e0cfb)

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

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


    from 143c88e  debug operator--() in include/tvm/node/container.h (#7461)
     add b7e0cfb  [TOPI, Relay] Support roi_align NHWC layout (#7463)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/cuda.py        |  20 ++-
 python/tvm/relay/op/strategy/generic.py     |  20 ++-
 python/tvm/relay/op/strategy/x86.py         |  19 ++-
 python/tvm/relay/op/vision/_vision.py       |  17 ++-
 python/tvm/topi/testing/__init__.py         |   2 +-
 python/tvm/topi/testing/roi_align_python.py | 153 +++++++++++++++++-----
 python/tvm/topi/vision/rcnn/roi_align.py    | 196 +++++++++++++++++++++-------
 tests/python/relay/test_op_level5.py        |  89 +++++++++++--
 8 files changed, 398 insertions(+), 118 deletions(-)