You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by an...@apache.org on 2022/09/17 00:01:32 UTC

[tvm] 01/01: Merge branch 'aluo/rebase-08312022-autotensorization-fq2i-changes' into aluo/rebase-09162022-autotensorization

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

andrewzhaoluo pushed a commit to branch aluo/rebase-09162022-autotensorization
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit b5da39a243c44694846cb30cf211e8ca2139a167
Merge: a9d4b1b5fb 72373ea46c
Author: Andrew Zhao Luo <an...@gmail.com>
AuthorDate: Fri Sep 16 17:01:23 2022 -0700

    Merge branch 'aluo/rebase-08312022-autotensorization-fq2i-changes' into aluo/rebase-09162022-autotensorization

 python/tvm/relay/qnn/op/qnn.py                     |  68 ++++++++++++
 python/tvm/relay/qnn/transform.py                  |  78 ++++++++++++++
 .../transform/fake_quantization_to_integer.py      |  86 +++++++++++++++
 src/relay/qnn/op/div.cc                            | 117 +++++++++++++++++++++
 4 files changed, 349 insertions(+)