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 a684bd6  Use ==/!= to compare str, bytes, and int literals (#4686)
     add 3d52a99  [REFACTOR][IR] Allow Module to store BaseFunc. (#4678)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/module.h                |  16 ++--
 src/relay/backend/build_module.cc         |   2 +-
 src/relay/backend/vm/compiler.cc          |  29 ++++---
 src/relay/backend/vm/inline_primitives.cc |  30 ++++---
 src/relay/backend/vm/lambda_lift.cc       |  16 ++--
 src/relay/ir/module.cc                    | 127 +++++++++++++++++-------------
 src/relay/ir/pretty_printer.cc            |  13 ++-
 src/relay/pass/eta_expand.cc              |  40 ++++++----
 src/relay/pass/fold_constant.cc           |   2 +-
 src/relay/pass/gradient.cc                |   7 +-
 src/relay/pass/partial_eval.cc            |  20 +++--
 src/relay/pass/pass_manager.cc            |  12 ++-
 src/relay/pass/quantize/realize.cc        |   2 +-
 src/relay/pass/to_cps.cc                  |  14 +++-
 tests/cpp/relay_transform_sequential.cc   |   2 +-
 15 files changed, 206 insertions(+), 126 deletions(-)

Reply via email to