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 2022/04/30 03:09:13 UTC

[tvm] branch main updated (26cefab5df -> 17b687e400)

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 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 +++++++++++++++------
 .../contrib/test_arm_compute_lib/test_reshape.py    |  1 +
 tests/python/frontend/onnx/test_forward.py          |  1 -
 11 files changed, 54 insertions(+), 21 deletions(-)