You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/04/20 20:09:26 UTC

[tvm] branch main updated (7612b22cf5 -> 8846f31312)

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

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


    from 7612b22cf5 [Frontend][ONNX]support  Pool2D layout is CHW (#11034)
     add 8846f31312 Add FlattenAtrousConv pass into the default optimize pipeline. (#11077)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/transform.h                      |  9 +++++
 src/relay/backend/utils.cc                         |  2 +
 .../python/relay/test_pass_flatten_atrous_conv.py  | 45 ++++++++++++++++++++++
 3 files changed, 56 insertions(+)