You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by kp...@apache.org on 2022/09/26 20:37:56 UTC

[tvm] branch main updated (fd26813723 -> e1f3f90588)

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 fd26813723 [TVMScript] Infer T.match_buffer parameters for region (#12890)
     add e1f3f90588 [TOPI][Hexagon] Implement quantize op for hexagon (#12820)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/qnn/__init__.py            |   2 +
 python/tvm/topi/hexagon/qnn/quantize.py            |  80 ++++++++++++++
 python/tvm/topi/hexagon/utils.py                   |   5 +
 .../python/contrib/test_hexagon/infrastructure.py  |   4 +-
 .../contrib/test_hexagon/topi/test_quantize.py     | 121 +++++++++++++++++++++
 5 files changed, 210 insertions(+), 2 deletions(-)
 create mode 100755 python/tvm/topi/hexagon/qnn/quantize.py
 create mode 100755 tests/python/contrib/test_hexagon/topi/test_quantize.py