You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/04/11 05:34:46 UTC

[tvm] branch last-successful updated (c5bd181c3d -> 45f3d4a521)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from c5bd181c3d [FQ2I] Add abs to FQ2I (#10922)
     add 45f3d4a521 [BYOC-DNNL] enable conv3d->bn folding (#10837)

No new revisions were added by this update.

Summary of changes:
 src/relay/transforms/fold_scale_axis.cc         | 108 ++++++++++----
 src/relay/transforms/pattern_utils.h            |  18 +--
 src/runtime/contrib/dnnl/dnnl_json_runtime.cc   |   7 +-
 tests/python/relay/test_pass_fold_scale_axis.py | 178 ++++++++++++++++++++++++
 4 files changed, 272 insertions(+), 39 deletions(-)