You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2020/04/01 23:17:12 UTC

[incubator-tvm] branch master updated (2f41a39 -> 0449966)

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

zhic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 2f41a39  [FRONTEND][MXNET] Use leaky by default for LeakyReLU (#5192)
     add 0449966  [RELAY] Fixes to MergeCompilerRegions (#5195)

No new revisions were added by this update.

Summary of changes:
 src/relay/analysis/annotated_region_set.cc         |  10 +-
 src/relay/analysis/annotated_region_set.h          |   4 +-
 src/relay/transforms/annotate_target.cc            |  21 +-
 src/relay/transforms/merge_compiler_regions.cc     | 218 ++++++++++++---------
 tests/python/relay/test_annotate_target.py         |  13 +-
 .../relay/test_pass_merge_compiler_regions.py      |  45 ++---
 tests/python/relay/test_pass_partition_graph.py    |  22 +--
 7 files changed, 184 insertions(+), 149 deletions(-)