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/04/08 03:12:48 UTC

[incubator-tvm] branch master updated (53a4ad3 -> d2de35e)

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 53a4ad3  [RUNTIME] Implement TVMDSOOp(TensorFlow custom op) for TVM runtime (#4459)
     add d2de35e  [RELAY][BYOC] Add support for composite functions in BYOC (#5261)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/transform/transform.py         | 17 ++++-
 src/relay/transforms/annotate_target.cc         | 40 ++++++++---
 src/relay/transforms/merge_composite.cc         | 90 ++++++++++++-------------
 tests/python/relay/test_annotate_target.py      | 46 +++++++++++++
 tests/python/relay/test_pass_merge_composite.py | 38 +++++++++++
 5 files changed, 173 insertions(+), 58 deletions(-)