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/17 00:02:49 UTC

[tvm] branch main updated (413692e -> 564aae0)

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 413692e  Make spelling of "axes" consistent (#7460)
     add 564aae0  [Relay][Topi] Add max mode to ROI align (#7440)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/vision.h             |  3 ++
 python/tvm/relay/frontend/onnx.py            |  7 +++--
 python/tvm/relay/op/strategy/generic.py      |  2 ++
 python/tvm/relay/op/vision/rcnn.py           |  7 +++--
 python/tvm/te/hybrid/calls.py                | 14 +++++++++
 python/tvm/te/hybrid/runtime.py              | 10 ++++++
 python/tvm/topi/testing/roi_align_python.py  | 18 ++++++++---
 python/tvm/topi/vision/rcnn/roi_align.py     | 26 ++++++++++++---
 python/tvm/topi/x86/roi_align.py             | 47 ++++++++++++++++++++++------
 src/relay/op/vision/rcnn_op.cc               |  3 +-
 tests/python/frontend/onnx/test_forward.py   | 12 +++++--
 tests/python/relay/test_op_level5.py         | 18 +++++++++--
 tests/python/topi/python/test_topi_vision.py | 27 ++++++++++------
 13 files changed, 154 insertions(+), 40 deletions(-)