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

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


    from 3f6b3db  [COMMUNITY] Add DISCLAIMER, KEYS for ASF release (#4345)
     add 2c5c4da  [Relay][VM][Interpreter] Enable first-class constructors in 
VM and interpreter via eta expansion (#4218)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/module.h                 |  14 +--
 include/tvm/relay/transform.h              |   9 +-
 python/tvm/relay/std/prelude.rly           |  15 +--
 python/tvm/relay/transform.py              |  15 ++-
 src/relay/backend/interpreter.cc           |  11 ++
 src/relay/backend/vm/compiler.cc           |   4 +
 src/relay/backend/vm/lambda_lift.cc        |  22 ++--
 src/relay/ir/alpha_equal.cc                |   2 +-
 src/relay/ir/module.cc                     |  12 +--
 src/relay/ir/pretty_printer.cc             |   6 +-
 src/relay/pass/eta_expand.cc               | 159 ++++++++++++++++++++++-------
 src/relay/pass/type_infer.cc               |   2 +-
 tests/python/relay/test_ir_text_printer.py |  22 ++++
 tests/python/relay/test_pass_eta_expand.py |  75 +++++++++++---
 14 files changed, 276 insertions(+), 92 deletions(-)

Reply via email to