[IR] Update the type_keys to reflect the code-org (#5074)
authorTianqi Chen <tqchen@users.noreply.github.com>
Sun, 15 Mar 2020 22:39:47 +0000 (15:39 -0700)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2020 22:39:47 +0000 (15:39 -0700)
commit6027412bcb443572088d71f1060370317eb6e671
treeb948dfa7884f62cb24405de9224ffa0c8ee1860b
parent7c5ff50873e91e9ad27b5f08847c27d58e8b5c4c
[IR] Update the type_keys to reflect the code-org (#5074)
18 files changed:
include/tvm/ir/expr.h
include/tvm/ir/module.h
include/tvm/ir/span.h
include/tvm/ir/transform.h
include/tvm/ir/type.h
include/tvm/ir/type_relation.h
python/tvm/ir/__init__.py
python/tvm/ir/base.py
python/tvm/ir/expr.py
python/tvm/ir/json_compact.py
python/tvm/ir/module.py
python/tvm/ir/transform.py
python/tvm/ir/type.py
python/tvm/ir/type_relation.py
src/ir/transform.cc
tests/python/relay/test_ir_nodes.py
tests/python/relay/test_json_compact.py
tests/python/unittest/test_ir_type.py [new file with mode: 0644]