[RELAY][IR] Move type_annotation to Var, remove Param (#1900)
Showing
- include/tvm/relay/expr.h 29 additions, 40 deletionsinclude/tvm/relay/expr.h
- include/tvm/relay/expr_functor.h 0 additions, 4 deletionsinclude/tvm/relay/expr_functor.h
- python/tvm/relay/__init__.py 0 additions, 1 deletionpython/tvm/relay/__init__.py
- python/tvm/relay/expr.py 117 additions, 42 deletionspython/tvm/relay/expr.py
- python/tvm/relay/ir_builder.py 12 additions, 21 deletionspython/tvm/relay/ir_builder.py
- src/relay/ir/debug_printer.cc 9 additions, 9 deletionssrc/relay/ir/debug_printer.cc
- src/relay/ir/expr.cc 18 additions, 28 deletionssrc/relay/ir/expr.cc
- src/relay/ir/expr_functor.cc 16 additions, 19 deletionssrc/relay/ir/expr_functor.cc
- src/relay/pass/alpha_eq.cc 18 additions, 22 deletionssrc/relay/pass/alpha_eq.cc
- src/relay/pass/dead_code.cc 10 additions, 16 deletionssrc/relay/pass/dead_code.cc
- src/relay/pass/let_list.h 21 additions, 32 deletionssrc/relay/pass/let_list.h
- src/relay/pass/type_infer.cc 11 additions, 20 deletionssrc/relay/pass/type_infer.cc
- src/relay/pass/util.cc 5 additions, 3 deletionssrc/relay/pass/util.cc
- src/relay/pass/well_formed.cc 2 additions, 2 deletionssrc/relay/pass/well_formed.cc
- tests/python/relay/test_ir_builder.py 0 additions, 1 deletiontests/python/relay/test_ir_builder.py
- tests/python/relay/test_ir_debug_printer.py 4 additions, 11 deletionstests/python/relay/test_ir_debug_printer.py
- tests/python/relay/test_ir_nodes.py 9 additions, 15 deletionstests/python/relay/test_ir_nodes.py
- tests/python/relay/test_ir_well_formed.py 5 additions, 6 deletionstests/python/relay/test_ir_well_formed.py
- tests/python/relay/test_op_level1.py 6 additions, 3 deletionstests/python/relay/test_op_level1.py
- tests/python/relay/test_op_level2.py 16 additions, 17 deletionstests/python/relay/test_op_level2.py
Loading
Please register or sign in to comment