You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/07/30 16:35:49 UTC

[incubator-tvm] branch master updated (760a547 -> a26ac93)

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

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


    from 760a547  [TF] Fix some shape mismatches between TF and Relay (#6166)
     add a26ac93  [AutoScheduler] Improve doc string (#6176)

No new revisions were added by this update.

Summary of changes:
 include/tvm/auto_scheduler/auto_schedule.h  |   4 +-
 include/tvm/auto_scheduler/compute_dag.h    |  37 +++---
 include/tvm/auto_scheduler/loop_state.h     | 134 +++++++++----------
 include/tvm/auto_scheduler/transform_step.h | 195 ++++++++++++++--------------
 python/tvm/auto_scheduler/compute_dag.py    |  20 +--
 python/tvm/auto_scheduler/loop_state.py     |  83 ++++++------
 src/auto_scheduler/compute_dag.cc           |   5 +-
 src/auto_scheduler/loop_state.cc            |   9 --
 8 files changed, 232 insertions(+), 255 deletions(-)