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 2020/10/20 02:21:36 UTC

[incubator-tvm] branch main updated (af8636a -> e1b053a)

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/incubator-tvm.git.


    from af8636a  [BYOC][TensorRT] TensorRT BYOC integration (#6395)
     add e1b053a  [Relay][Frontend][Onnx] Loop Support (#6700)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/onnx.py          | 224 +++++++++++++++++++++++++++--
 python/tvm/relay/op/tensor.py              |  17 ++-
 src/relay/backend/vm/compiler.cc           |   7 -
 src/relay/transforms/fold_constant.cc      |   3 -
 tests/python/frontend/onnx/test_forward.py | 153 ++++++++++++++++++++
 5 files changed, 383 insertions(+), 21 deletions(-)