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

[tvm] branch main updated (90ed632280 -> b1a099b213)

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

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


    from 90ed632280 [Relay] Add tensor rank check for `nn.instance_norm` (#13280)
     add b1a099b213 [Relay] Enhancement for fold_scale_axis and simplify_expr (#13275)

No new revisions were added by this update.

Summary of changes:
 src/relay/analysis/util.cc                      |  3 +-
 src/relay/ir/dataflow_matcher.cc                | 10 -----
 src/relay/transforms/pattern_utils.h            | 29 ++++++++++++++
 src/relay/transforms/simplify_expr.cc           | 32 ++++++++++++++++
 tests/python/relay/test_pass_fold_scale_axis.py | 51 +++++++++++++++++++++++++
 tests/python/relay/test_pass_simplify_expr.py   | 15 ++++++++
 6 files changed, 129 insertions(+), 11 deletions(-)