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/11/09 16:41:52 UTC

[incubator-tvm] branch main updated (b7318a7 -> eb1fa29)

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

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


    from b7318a7  TF frontend: add rint op (#6818)
     add eb1fa29  [Relay][TF] Keep node name in span (#6885)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/expr.py                   | 14 ++++++++++----
 python/tvm/relay/expr_functor.py           |  4 ++--
 python/tvm/relay/frontend/tensorflow.py    | 21 +++++++++++++++++++--
 src/printer/relay_text_printer.cc          | 14 +++++++++++++-
 src/printer/text_printer.h                 |  1 +
 src/relay/ir/expr.cc                       |  8 ++++----
 src/relay/transforms/fuse_ops.cc           |  2 +-
 tests/python/relay/test_ir_text_printer.py | 18 ++++++++++++++++++
 8 files changed, 68 insertions(+), 14 deletions(-)