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 2019/12/31 00:33:58 UTC

[incubator-tvm] branch master updated (35af4c8 -> 475158f)

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 35af4c8  [Relay][Convert Layout] Handling batch norm layout change. (#4600)
     add 475158f  [relay][refactor] Cache Op::Get in passes to reduce lookup overhead (#4594)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/op.h                |  5 ++---
 src/relay/backend/compile_engine.cc   | 15 +++++++++------
 src/relay/backend/interpreter.cc      | 23 ++++++++++++++---------
 src/relay/pass/canonicalize_cast.cc   | 12 ++++++++----
 src/relay/pass/canonicalize_ops.cc    | 10 ++++++++--
 src/relay/pass/combine_parallel_op.cc | 24 ++++++++++++------------
 src/relay/pass/combine_parallel_op.h  | 12 ++++++------
 src/relay/pass/fold_constant.cc       | 33 +++++++++++++++++++++++----------
 src/relay/pass/fuse_ops.cc            |  5 +++--
 src/relay/pass/partial_eval.cc        | 30 ++++++++++++++----------------
 src/relay/pass/quantize/calibrate.cc  |  8 +++++---
 src/relay/pass/simplify_inference.cc  | 31 ++++++++++++++++++-------------
 src/relay/pass/util.cc                | 20 +++++++++++---------
 13 files changed, 133 insertions(+), 95 deletions(-)