You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/06/24 22:05:46 UTC

[tvm] branch last-successful updated (fb5e9c9cad -> 503f1a65d4)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from fb5e9c9cad [CI][Lint] Disable no-else-return check in pylint (#11327)
     add 77d73b5b28 [Relay] [Pytorch] Add aten::maximum and aten::minimum (#11864)
     add 503f1a65d4 add instance infer layout (#11871)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/pytorch.py              | 10 +++
 src/relay/op/nn/nn.cc                             | 75 ++++++++++++-----------
 tests/python/frontend/pytorch/test_forward.py     | 16 +++++
 tests/python/relay/test_pass_convert_op_layout.py | 47 ++++++++++++++
 4 files changed, 112 insertions(+), 36 deletions(-)