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

[incubator-tvm] branch main updated (9b97b56 -> 6e36fc4)

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

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


    from 9b97b56  Update link (#6838)
     add 6e36fc4  [BYOC] FTVMAnnotateTarget method signature update (#6786)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/op_attr_types.h               |   8 +-
 python/tvm/relay/op/contrib/arm_compute_lib.py  |  47 ++++++-----
 python/tvm/relay/op/contrib/coreml.py           |   3 +-
 python/tvm/relay/op/contrib/dnnl.py             |   2 +-
 python/tvm/relay/op/contrib/ethosn.py           |  21 +++--
 python/tvm/relay/op/contrib/tensorrt.py         | 102 ++++++++++++++++++------
 src/relay/transforms/annotate_target.cc         |   3 +-
 tests/python/relay/test_pass_annotate_target.py |  34 ++++----
 tests/python/relay/test_pass_partition_graph.py |  12 +--
 9 files changed, 149 insertions(+), 83 deletions(-)