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/04/20 20:24:45 UTC

[tvm] branch last-successful updated (5b586605da -> 7612b22cf5)

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 5b586605da Better version handling for Arduino (#11043)
     add 58b7a5a268 [QNN] Support input scale and zp of 1-element vector in qnn.conv2d_transpose (#10952)
     add 7612b22cf5 [Frontend][ONNX]support  Pool2D layout is CHW (#11034)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/onnx.py                 | 14 ++++++++++-
 python/tvm/relay/qnn/op/legalizations.py          | 30 ++++++++++++++++++-----
 src/relay/qnn/op/convolution_transpose.cc         | 14 +++++++++--
 tests/python/relay/test_op_qnn_conv2_transpose.py | 25 +++++++++++++++++++
 4 files changed, 74 insertions(+), 9 deletions(-)