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

[tvm] branch main updated (0522319 -> 0d96f95)

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

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


    from 0522319  Custom dyld linker for iOS mach-o executable files (#7875)
     add 0d96f95  [Relay, TOPI] Support dynamic slicing on first few axes, keeping the rest static (#8068)

No new revisions were added by this update.

Summary of changes:
 include/tvm/topi/transform.h                     | 13 +++++--
 python/tvm/relay/frontend/onnx.py                |  6 +---
 python/tvm/relay/op/transform.py                 | 11 +++---
 src/relay/op/dyn/tensor/transform.cc             | 21 +++++++----
 tests/python/relay/dyn/test_dynamic_op_level4.py | 46 ++++++++++++++----------
 5 files changed, 59 insertions(+), 38 deletions(-)