You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by me...@apache.org on 2022/08/09 16:29:07 UTC

[tvm] branch main updated (d4dff5dfd6 -> 0c3c08372a)

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

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


    from d4dff5dfd6 [COMMUNITY] Yuanjing Shi -> Reviewer (#12345)
     add 0c3c08372a [hexagon][topi] add sliced max_pool2 (#12169)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/slice_ops/__init__.py      |   1 +
 python/tvm/topi/hexagon/slice_ops/max_pool2d.py    | 196 +++++++++++++++++++++
 ...vg_pool2d_slice.py => test_max_pool2d_slice.py} |  53 ++----
 3 files changed, 212 insertions(+), 38 deletions(-)
 create mode 100644 python/tvm/topi/hexagon/slice_ops/max_pool2d.py
 copy tests/python/contrib/test_hexagon/topi/{test_avg_pool2d_slice.py => test_max_pool2d_slice.py} (92%)