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/04/02 15:30:57 UTC

[incubator-tvm] branch master updated (03cbf78 -> d2f9af7)

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 03cbf78  [Frontend][Torch] Fix up graph input handling (#5204)
     add d2f9af7  [REFACTOR][IR] kExternalSymbol -> kGlobalSymbol (#5211)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/container.h                 |  6 ++--
 python/tvm/runtime/container.py                 | 18 ++++++++++++
 src/relay/backend/compile_engine.cc             |  9 +++---
 src/relay/backend/contrib/codegen_c/codegen_c.h |  6 ++--
 src/relay/transforms/partition_graph.cc         |  5 ++--
 src/runtime/container.cc                        |  6 ++++
 tests/python/relay/test_external_codegen.py     |  3 +-
 tests/python/relay/test_pass_partition_graph.py | 39 ++++++++++++-------------
 8 files changed, 58 insertions(+), 34 deletions(-)