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

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


    from ce97138ebe [TVMScript] Fix print round-tripable multi thread env 
binding (#13622)
     add cdb4eea138 [TOPI][Hexagon] Implement global_avg_pool2d for hexagon 
(#13614)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/qnn/__init__.py            |   1 +
 python/tvm/topi/hexagon/qnn/global_avg_pool2d.py   |  95 +++++++++++++++++++
 python/tvm/topi/hexagon/slice_ops/__init__.py      |   1 +
 .../topi/hexagon/slice_ops/global_avg_pool2d.py    |  52 +++++++++++
 python/tvm/topi/hexagon/utils.py                   |  12 +++
 .../python/contrib/test_hexagon/infrastructure.py  |  13 +++
 .../test_global_avg_pool2d.py}                     | 104 +++++++++------------
 7 files changed, 217 insertions(+), 61 deletions(-)
 create mode 100755 python/tvm/topi/hexagon/qnn/global_avg_pool2d.py
 create mode 100755 python/tvm/topi/hexagon/slice_ops/global_avg_pool2d.py
 copy tests/python/contrib/test_hexagon/topi/{test_adaptive_avg_pool1d.py => 
slice_op/test_global_avg_pool2d.py} (60%)

Reply via email to