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 c54a3dd Use `/usr/bin/env bash` in shebang for all scripts under
tests (#10277)
add 7f24954 Add a conversion of individual operations in FQ2I pass.
(#10239)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/dataflow_matcher.h | 11 +
.../transform/fake_quantization_to_integer.py | 10 +
python/tvm/relay/transform/transform.py | 24 +-
.../transforms/fake_quantization_to_integer.cc | 269 ++++++++++++++++++++-
src/relay/transforms/type_infer.cc | 9 +-
.../test_pass_fake_quantization_to_integer.py | 216 +++++++++++++++++
6 files changed, 525 insertions(+), 14 deletions(-)