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/16 16:39:27 UTC

[incubator-tvm] branch master updated (560280d -> 3ba9dd0)

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 560280d  [Debugger] Sorting op-time breakdown for quicker analysis. (#4352)
     add 3ba9dd0  Retain qnn input kernel scales (#4292)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/qnn/attrs.h                | 14 ++++++++
 python/tvm/relay/frontend/tflite.py          |  6 ++++
 python/tvm/relay/qnn/op/legalizations.py     |  2 ++
 python/tvm/relay/qnn/op/qnn.py               | 30 ++++++++++++++++-
 src/relay/qnn/op/convolution.cc              |  5 ++-
 src/relay/qnn/op/dense.cc                    |  8 +++--
 tests/python/relay/test_op_qnn_conv2d.py     | 50 ++++++++++++++++++++++++++++
 tests/python/relay/test_op_qnn_dense.py      | 22 ++++++++++--
 tests/python/relay/test_pass_qnn_legalize.py |  4 +++
 9 files changed, 134 insertions(+), 7 deletions(-)