You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2020/09/18 15:43:47 UTC

[incubator-tvm] branch master updated (28ea54a -> 1d6ee60)

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

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


    from 28ea54a  Add several op mapping in PyTorch frontend (#6472)
     add 1d6ee60  [Relay]Allow dynamic batch for arm conv2d (#6509)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/nn/_nn.py                  | 42 ++++++++++++++++++++++++
 python/tvm/topi/arm_cpu/conv2d.py              | 11 +++++--
 python/tvm/topi/arm_cpu/conv2d_spatial_pack.py |  8 ++++-
 python/tvm/topi/arm_cpu/conv2d_transpose.py    |  9 +++++-
 python/tvm/topi/nn/pad.py                      |  8 ++++-
 tests/python/relay/test_any.py                 | 45 ++++++++++++++++++++++++++
 6 files changed, 118 insertions(+), 5 deletions(-)