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/15 03:50:49 UTC

[incubator-tvm] branch main updated (8439f3e -> 9564925)

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 8439f3e  [REFACTOR] util => utils for consistency in the project. (#6684)
     add 9564925  [Relay][Frontend][Onnx] Allow A to B broadcasting of batch_matmul and reverse strided slice (#6681)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/onnx.py          | 33 ++++++++++++++++++++++++------
 python/tvm/relay/op/_transform.py          |  2 ++
 python/tvm/relay/op/dyn/_transform.py      |  2 ++
 python/tvm/relay/op/nn/_nn.py              |  5 ++++-
 src/relay/op/dyn/nn/pad.cc                 |  6 ------
 src/relay/op/nn/nn.cc                      |  6 +++++-
 tests/python/frontend/onnx/test_forward.py | 18 +++++++++-------
 tests/python/relay/test_op_level4.py       |  3 +++
 8 files changed, 54 insertions(+), 21 deletions(-)