You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/11/04 09:24:14 UTC

[tvm] branch last-successful updated (b9e5c02d0b -> 6cd1bb5e89)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    omit b9e5c02d0b [TOPI][Hexagon] Implement quantized depthwise conv2d (#12499)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/last-successful (6cd1bb5e89)
            \
             O -- O -- O   (b9e5c02d0b)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/qnn/__init__.py            |   1 -
 .../topi/hexagon/qnn/qdepthwise_conv2d_slice.py    | 217 -------------
 python/tvm/topi/hexagon/slice_ops/dwconv2d.py      |   5 +-
 python/tvm/topi/hexagon/utils.py                   |  19 --
 .../topi/test_depthwise_conv2d_slice.py            | 337 ---------------------
 ...test_conv2d_slice.py => test_dwconv2d_slice.py} | 143 ++++-----
 6 files changed, 63 insertions(+), 659 deletions(-)
 delete mode 100644 python/tvm/topi/hexagon/qnn/qdepthwise_conv2d_slice.py
 delete mode 100644 tests/python/contrib/test_hexagon/topi/test_depthwise_conv2d_slice.py
 copy tests/python/contrib/test_hexagon/topi/{test_conv2d_slice.py => test_dwconv2d_slice.py} (72%)
 mode change 100755 => 100644