You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jw...@apache.org on 2021/04/21 21:36:11 UTC

[tvm] branch main updated (f28c75f -> 1c71a06)

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

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


    from f28c75f  [Frontend][Tensorflow] Support SAME padding for dynamic h, w when stride == 1 (#7885)
     add 1c71a06  [ONNX][TOPI][RELAY] Resize refactor (#7883)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/image.h             |  14 ++
 python/tvm/relay/frontend/onnx.py           |  41 +++--
 python/tvm/relay/op/dyn/image/_image.py     |  14 +-
 python/tvm/relay/op/image/_image.py         |  18 +-
 python/tvm/relay/op/image/image.py          |  37 +++-
 python/tvm/topi/image/resize.py             | 271 +++++++++++++++-------------
 src/relay/op/dyn/image/resize.cc            |   6 +-
 src/relay/op/image/resize.cc                |   6 +-
 src/relay/op/make_op.h                      |   3 +-
 src/relay/transforms/dynamic_to_static.cc   |   3 +-
 tests/python/frontend/onnx/test_forward.py  |  17 +-
 tests/python/relay/test_op_level5.py        |   6 +-
 tests/python/topi/python/test_topi_image.py |   6 +-
 13 files changed, 263 insertions(+), 179 deletions(-)