You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2020/12/10 08:26:24 UTC

[tvm] branch main updated (fcead9f -> ffb6029)

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

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


    from fcead9f  [Relay] Support deformable Conv2D NHWC (#7075)
     add ffb6029  Fix QNN type inference (#7074)

No new revisions were added by this update.

Summary of changes:
 src/relay/qnn/op/concatenate.cc           | 36 ++++++++++++++++++++++-----
 src/relay/qnn/op/convolution.cc           | 13 +++++++---
 src/relay/qnn/op/convolution_transpose.cc | 11 +++++++--
 src/relay/qnn/op/dense.cc                 | 15 ++++++++---
 src/relay/qnn/op/op_common.h              | 13 ++++++++++
 src/relay/qnn/op/requantize.cc            |  7 ++++++
 tests/python/frontend/pytorch/qnn_test.py | 41 +++++++++++++++++++++++++++++++
 7 files changed, 121 insertions(+), 15 deletions(-)