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 2020/01/30 19:09:59 UTC

[incubator-tvm] branch master updated (24126b4 -> 10f85d0)

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

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


    from 24126b4  Fix parsing of different exception string formats (#4785)
     add 10f85d0  Dedup BindParamByName function in VM compiler (#4793)

No new revisions were added by this update.

Summary of changes:
 src/relay/backend/build_module.cc | 39 +------------------------------------
 src/relay/backend/utils.h         | 41 +++++++++++++++++++++++++++++++++++++++
 src/relay/backend/vm/compiler.cc  | 37 ++---------------------------------
 src/relay/backend/vm/compiler.h   | 10 ----------
 4 files changed, 44 insertions(+), 83 deletions(-)