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 0d4caa54ff [docs] Add 'Edit on GitHub' button (#13183)
add e41d0ed6eb [Relay] Rewrite division by constant to multiply (#13182)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/transform/transform.py | 7 +-
src/relay/transforms/div_to_mul.cc | 86 ++++++++++++++++++++++
.../transforms/fake_quantization_to_integer.cc | 2 +-
.../test_div_to_mul.py} | 22 +++---
4 files changed, 104 insertions(+), 13 deletions(-)
create mode 100644 src/relay/transforms/div_to_mul.cc
copy tests/python/{relay/test_change_batch.py => unittest/test_div_to_mul.py}
(60%)