You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by li...@apache.org on 2020/01/03 00:14:22 UTC

[incubator-tvm] branch master updated (203ca7a -> e8a2c9b)

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

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


    from 203ca7a  [REFACTOR] Migrate Low-level IR Passes into the New Stmt/Expr Mutator (#4607)
     add e8a2c9b  [TOPI, Relay] Add half_pixel option to Resize op (#4610)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/image.h                    |  9 +++--
 python/tvm/relay/frontend/mxnet.py                 |  2 +-
 python/tvm/relay/frontend/onnx.py                  |  4 +-
 python/tvm/relay/frontend/tensorflow.py            |  6 ++-
 python/tvm/relay/frontend/tflite.py                |  4 +-
 python/tvm/relay/op/image/_image.py                |  4 +-
 python/tvm/relay/op/image/image.py                 | 11 ++++--
 src/relay/op/image/resize.cc                       |  4 +-
 tests/python/frontend/onnx/test_forward.py         | 17 ---------
 tests/python/relay/test_op_level5.py               |  4 +-
 topi/python/topi/image/resize.py                   | 35 +++++++++++++-----
 topi/python/topi/nn/upsampling.py                  |  3 +-
 topi/python/topi/testing/bilinear_resize_python.py | 43 ++++++++++++----------
 topi/tests/python/test_topi_resize.py              | 20 +++++-----
 topi/tests/python/test_topi_upsampling.py          |  2 +-
 15 files changed, 94 insertions(+), 74 deletions(-)