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

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


    from 0a4cc89  [microNPU] Support binary elementwise with non-4D inputs 
(#9521)
     add 8ca8e38  [Relay] WithFields method for Call, Function, Var, 
TupleGetItem, If, Let, RefCreate, RefRead, RefWrite, Match, and Clause (#9569)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/adt.h                |  39 ++++++++
 include/tvm/relay/expr.h               | 165 ++++++++++++++++++++++++++++++++
 include/tvm/relay/function.h           |  29 ++++++
 src/relay/ir/adt.cc                    |  46 +++++++++
 src/relay/ir/expr.cc                   | 166 +++++++++++++++++++++++++++++++++
 src/relay/ir/expr_functor.cc           | 155 +++++++++++-------------------
 src/relay/ir/function.cc               |  51 ++++++++++
 src/relay/transforms/device_planner.cc |  49 ++++------
 src/relay/transforms/partial_eval.cc   |   4 +-
 9 files changed, 571 insertions(+), 133 deletions(-)

Reply via email to