You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2022/08/23 15:51:11 UTC

[tvm] branch main updated (ff46fa15e0 -> dd7ae2d3e5)

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 ff46fa15e0 [ETHOSN] Fix requantize output conversion (#12540)
     add dd7ae2d3e5 [Relay] Add Rsqrt to SimplifyExpr (#12363)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/_tensor.py                |  1 +
 python/tvm/relay/op/contrib/dnnl.py           |  3 ++-
 src/relay/transforms/simplify_expr.cc         | 24 ++++++++++++++++++++++++
 tests/python/relay/test_pass_simplify_expr.py | 19 +++++++++++++++++++
 4 files changed, 46 insertions(+), 1 deletion(-)