You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2021/09/22 20:50:49 UTC

[tvm] branch main updated (a5f9e9b -> 184a4ed)

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

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


    from a5f9e9b  [AutoTVM, Auto scheduler] Always use VM compiler for task extraction (#9069)
     add 184a4ed  [ONNX][Relay] Add dynamic unsqueeze / expand_dims op (#9039)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/transform.h              | 12 ++++
 python/tvm/relay/frontend/onnx.py                | 20 +++++++
 python/tvm/relay/op/dyn/_transform.py            | 38 ++++++++++++
 python/tvm/relay/op/transform.py                 | 10 +++-
 src/relay/op/dyn/tensor/transform.cc             | 74 ++++++++++++++++++++++++
 tests/python/frontend/onnx/test_forward.py       | 11 ++--
 tests/python/relay/dyn/test_dynamic_op_level3.py | 34 ++++++++++-
 7 files changed, 187 insertions(+), 12 deletions(-)