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

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


    from f4286cc  [TOPI][Tensor Core] Conv2d and Dense ops support on Tensor 
Core (#5099)
     add dada676  Adding support for QNN subtract op (#5153)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/qnn/op/qnn.py             |  51 ++++++++-
 src/relay/qnn/op/add.cc                    |  85 ++++-----------
 src/relay/qnn/op/mul.cc                    |  47 ++++-----
 src/relay/qnn/op/op_common.h               | 163 ++++++++++++++++++++++++++---
 src/relay/qnn/op/subtract.cc               | 103 ++++++++++++++++++
 src/relay/qnn/util.h                       |   2 +-
 tests/python/relay/test_op_qnn_add.py      |  54 +++++-----
 tests/python/relay/test_op_qnn_subtract.py | 136 ++++++++++++++++++++++++
 8 files changed, 507 insertions(+), 134 deletions(-)
 create mode 100644 src/relay/qnn/op/subtract.cc
 create mode 100644 tests/python/relay/test_op_qnn_subtract.py

Reply via email to