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

mbrookhart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 7d5ef84  [CUDA] Various int8 fix (cublas, cutlass, etc) (#10596)
     add 8418026  [FQ2I] Add leaky relu to FQ21 (#10378)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/qnn/op/qnn.py                     |  27 +++++
 .../transform/fake_quantization_to_integer.py      |  10 ++
 src/relay/qnn/op/leaky_relu.cc                     | 130 +++++++++++++++++++++
 tests/python/relay/test_op_qnn_leaky_relu.py       |  65 +++++++++++
 .../test_pass_fake_quantization_to_integer.py      |  12 ++
 5 files changed, 244 insertions(+)
 create mode 100644 src/relay/qnn/op/leaky_relu.cc
 create mode 100644 tests/python/relay/test_op_qnn_leaky_relu.py

Reply via email to