You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2019/11/21 05:22:36 UTC

[incubator-tvm] branch master updated (2672aad -> 464ebb1)

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

zhic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 2672aad  [fix][pass] Save the function when it is used as a call arg (#4389)
     add 464ebb1  [QNN] Lowering for Depthwise Convolution. (#4351)

No new revisions were added by this update.

Summary of changes:
 src/relay/pass/pattern_util.h            |   2 +
 src/relay/qnn/op/convolution.cc          | 212 +++++++++++++++++++++++++++----
 tests/python/relay/test_op_qnn_conv2d.py | 141 ++++++++++++++++++--
 topi/python/topi/x86/conv2d_alter_op.py  |   5 +
 4 files changed, 324 insertions(+), 36 deletions(-)