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
from b55ffcd18b [ETHOSN] Add support for transpose convolution (#12674)
add 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:
.../zephyr/template_project/microtvm_api_server.py | 9 ++-
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 ++++++++++--------
6 files changed, 161 insertions(+), 36 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%)