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

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


    from e0baf80  Run ONNX Node Tests on available targets (#8189)
     add f4ec5fd  [Relay, TF] Support converting TF combined_nms using Relay 
all_class_nms (#8174)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/vision.h                 |  12 ++-
 python/tvm/relay/frontend/tensorflow.py          | 106 ++++++++++++++++++-
 python/tvm/relay/op/strategy/generic.py          |  10 +-
 python/tvm/relay/op/vision/_vision.py            |  22 +++-
 python/tvm/relay/op/vision/nms.py                |  41 ++++++--
 python/tvm/topi/cuda/nms.py                      | 115 +++++++++++++++++++--
 python/tvm/topi/cuda/scan.py                     |   2 +-
 python/tvm/topi/cuda/vision.py                   |   4 +-
 python/tvm/topi/vision/nms.py                    | 113 +++++++++++++++++---
 python/tvm/topi/vision/nms_util.py               | 126 ++++++++++++++++-------
 src/relay/op/vision/nms.cc                       |  35 +++++--
 tests/python/frontend/tensorflow/test_forward.py |   5 +-
 tests/python/relay/test_any.py                   |  66 +++++++++---
 13 files changed, 555 insertions(+), 102 deletions(-)

Reply via email to