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/07 14:30:03 UTC

[tvm] branch main updated (ff9a5309ec -> 269d536be0)

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 ff9a5309ec [microTVM][Zephyr] Enable -O2 optimization on build by default (#12718)
     add 269d536be0 [HEXAGON] [TOPI] Dequantize (#12677)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/hexagon/qnn/__init__.py            |  5 ++
 python/tvm/topi/hexagon/qnn/dequantize.py          | 94 ++++++++++++++++++++++
 python/tvm/topi/hexagon/utils.py                   |  7 ++
 .../python/contrib/test_hexagon/infrastructure.py  |  2 +
 ...test_tanh_slice.py => test_dequantize_slice.py} | 80 ++++++++++--------
 5 files changed, 154 insertions(+), 34 deletions(-)
 create mode 100644 python/tvm/topi/hexagon/qnn/dequantize.py
 copy tests/python/contrib/test_hexagon/topi/{test_tanh_slice.py => test_dequantize_slice.py} (57%)