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 2021/10/22 21:25:38 UTC

[tvm] branch main updated (e830a1f -> 4fb6fa5)

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/tvm.git.


    from e830a1f  [Code Style] Changed code to match the tvm code style conventions. (#9040)
     add 4fb6fa5  [Frontend][PaddlePaddle] Add autopad for conv/pool (#9295)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/common.py                |  74 +++++++++++
 python/tvm/relay/frontend/onnx.py                  |  79 +-----------
 python/tvm/relay/frontend/paddlepaddle.py          | 142 +++++++++++++--------
 tests/python/frontend/paddlepaddle/test_forward.py | 119 ++++++++++++-----
 4 files changed, 253 insertions(+), 161 deletions(-)