Revert "[Relay] Expand type unification and other utilities" (#2434)
authorTianqi Chen <tqchen@users.noreply.github.com>
Tue, 15 Jan 2019 18:35:56 +0000 (10:35 -0800)
committerGitHub <noreply@github.com>
Tue, 15 Jan 2019 18:35:56 +0000 (10:35 -0800)
commit6d21e71dabd9feffe4a55c0bd59f157e0eee9ab1
tree3aabf75c7eab3fc9a0f4e2fd1c624f86a4aaf82e
parent749cb2156520da84d77673e48002d1fac6f0a84e
Revert "[Relay] Expand type unification and other utilities" (#2434)
include/tvm/relay/pass.h
python/tvm/relay/ir_pass.py
src/relay/pass/type_infer.cc
src/relay/pass/type_solver.cc
src/relay/pass/type_solver.h
src/relay/pass/util.cc
tests/cpp/relay_pass_type_infer_test.cc
tests/python/relay/test_pass_free_vars.py [new file with mode: 0644]
tests/python/relay/test_pass_vars.py [deleted file]
tests/python/relay/test_type_infer.py
tests/python/relay/test_type_solver.py