This is an automated email from the ASF dual-hosted git repository.
andrewzhaoluo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 65b4b09 [CMSIS-NN] Update microNPU demo to include offloading to
CMSIS-NN (#9979)
add 6f2b35f [QNN] Add qnn.rsqrt op (#9982)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/qnn/op/qnn.py | 35 ++++++
.../transform/fake_quantization_to_integer.py | 17 +++
src/relay/qnn/op/op_common.h | 53 +++++++++
src/relay/qnn/op/rsqrt.cc | 126 +++++++++++++++++++++
src/relay/qnn/utils.h | 27 +++++
src/relay/transforms/pattern_utils.h | 5 +
tests/python/relay/test_op_qnn_rsqrt.py | 93 +++++++++++++++
.../test_pass_fake_quantization_to_integer.py | 13 +++
8 files changed, 369 insertions(+)
create mode 100644 src/relay/qnn/op/rsqrt.cc
create mode 100644 tests/python/relay/test_op_qnn_rsqrt.py