You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/04/30 05:23:12 UTC

[tvm] branch last-successful updated (552f06ed45 -> 17b687e400)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 552f06ed45 support round-trip for T.Ptr in tvmscript (#11179)
     add 26cefab5df [TIR] Bind iter domain in analyzer in CreatePrimFunc (#11187)
     add 17b687e400 [ONNX] Reshape op (#11047)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/transform.h                |  3 ++
 include/tvm/topi/transform.h                       |  3 +-
 python/tvm/relay/frontend/onnx.py                  |  5 +--
 python/tvm/relay/op/_transform.py                  | 14 ++++++--
 python/tvm/relay/op/dyn/_transform.py              | 10 ++++--
 python/tvm/relay/op/transform.py                   | 12 +++++--
 src/relay/op/dyn/tensor/transform.cc               |  3 +-
 src/relay/op/make_op.h                             |  2 +-
 src/relay/op/tensor/transform.cc                   | 21 +++++++----
 src/te/operation/create_primfunc.cc                |  6 ++--
 .../contrib/test_arm_compute_lib/test_reshape.py   |  1 +
 tests/python/frontend/onnx/test_forward.py         |  1 -
 .../unittest/test_meta_schedule_tune_relay.py      | 22 +++++-------
 tests/python/unittest/test_te_create_primfunc.py   | 42 +++++++++++++---------
 14 files changed, 93 insertions(+), 52 deletions(-)