You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2021/04/22 15:45:02 UTC

[tvm] branch main updated (060e001 -> 8a74388)

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

mbrookhart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 060e001  [RPC] microtvm: fix RPC large transfer size issue (#7838)
     add 8a74388  [Relay][ONNX] 1-D global and adaptive pooling. (#7906)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/nn.h                    |  18 ++-
 include/tvm/topi/nn/pooling.h                   |  15 +++
 python/tvm/relay/frontend/onnx.py               |  40 ++++++-
 python/tvm/relay/op/nn/_nn.py                   |  10 ++
 python/tvm/relay/op/nn/nn.py                    | 153 ++++++++++++++++++++++++
 python/tvm/topi/testing/adaptive_pool_python.py |  37 ++++--
 src/relay/op/nn/pooling.cc                      | 132 ++++++++++++++++++++
 tests/python/frontend/onnx/test_forward.py      |  38 ++++++
 tests/python/relay/test_op_level10.py           |  14 ++-
 tests/python/relay/test_op_level2.py            |  75 ++++++++----
 10 files changed, 495 insertions(+), 37 deletions(-)