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/09/10 11:43:03 UTC

[incubator-tvm] branch master updated (fdef79d -> 8705cea)

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

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


    from fdef79d  hot fix (#6434)
     add 8705cea  [Relay, Torch] Fix stack op axis check, support torch::stack conversion for a static list  (#6433)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/pytorch.py          | 24 ++++++++++++++++++---
 src/relay/op/tensor/transform.cc              |  5 +++--
 tests/python/frontend/pytorch/test_forward.py | 31 +++++++++++++++++++++++++++
 tests/python/frontend/pytorch/test_lstm.py    |  1 +
 tests/python/relay/test_op_level3.py          |  3 ++-
 5 files changed, 58 insertions(+), 6 deletions(-)