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/03/24 21:18:56 UTC

[incubator-tvm] branch master updated (686911e -> 3aabbd9)

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 686911e  [Torch] Fix conv2d conversion for group conv (group > 1 but != in channels) (#5132)
     add 3aabbd9  [Torch] Add support for max_pool1d (#5142)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/pytorch.py          | 24 +++++++++++++++++-
 src/relay/op/nn/pooling.cc                    |  4 +++
 tests/python/frontend/pytorch/test_forward.py | 35 ++++++++++++++++++---------
 3 files changed, 51 insertions(+), 12 deletions(-)