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

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


    from 83da72f  [Relay][Frontend][TFLite] Add constant input support for 
elemwise ops (#4666)
     add b0b51f2  [REFACTOR][IR] attrs.h -> ir (#4709)

No new revisions were added by this update.

Summary of changes:
 include/tvm/expr_operator.h           |  4 +--
 include/tvm/ir.h                      | 18 +-----------
 include/tvm/{ => ir}/attrs.h          | 53 ++++++++++++++---------------------
 include/tvm/ir/expr.h                 | 50 +++++++++++++++++++++++++++++++++
 include/tvm/ir/op.h                   | 14 +++++----
 include/tvm/ir/type_relation.h        |  2 +-
 include/tvm/relay/adt.h               |  2 +-
 include/tvm/relay/attrs/algorithm.h   |  2 +-
 include/tvm/relay/attrs/annotation.h  |  2 +-
 include/tvm/relay/attrs/bitserial.h   |  2 +-
 include/tvm/relay/attrs/debug.h       |  2 +-
 include/tvm/relay/attrs/device_copy.h |  2 +-
 include/tvm/relay/attrs/image.h       |  2 +-
 include/tvm/relay/attrs/memory.h      |  2 +-
 include/tvm/relay/attrs/nn.h          |  2 +-
 include/tvm/relay/attrs/reduce.h      |  2 +-
 include/tvm/relay/attrs/transform.h   |  2 +-
 include/tvm/relay/attrs/vision.h      |  2 +-
 include/tvm/relay/expr.h              |  2 +-
 include/tvm/relay/qnn/attrs.h         |  2 +-
 include/tvm/relay/type.h              |  3 +-
 src/api/api_ir.cc                     |  1 -
 src/api/api_pass.cc                   |  2 +-
 src/api/api_test.cc                   |  2 +-
 src/arithmetic/const_fold.h           | 14 ++++-----
 src/autotvm/touch_extractor.cc        | 24 ++++++++--------
 src/codegen/llvm/codegen_x86_64.cc    |  2 +-
 src/{lang => ir}/attr_functor.h       |  6 ++--
 src/{lang => ir}/attrs.cc             |  2 +-
 src/ir/expr.cc                        | 16 +++++++++++
 src/ir/op.cc                          |  4 +++
 src/lang/expr.cc                      |  2 +-
 src/lang/expr_operator.cc             | 26 ++++++++---------
 src/lang/ir.cc                        |  2 +-
 src/node/reflection.cc                |  6 +++-
 src/node/serialization.cc             |  2 +-
 src/pass/storage_access.h             |  2 +-
 src/relay/ir/alpha_equal.cc           |  2 +-
 src/relay/ir/hash.cc                  |  4 +--
 src/relay/ir/pretty_printer.cc        |  2 +-
 tests/cpp/attrs_test.cc               |  4 ++-
 41 files changed, 174 insertions(+), 123 deletions(-)
 rename include/tvm/{ => ir}/attrs.h (96%)
 rename src/{lang => ir}/attr_functor.h (99%)
 rename src/{lang => ir}/attrs.cc (99%)

Reply via email to