[Relay] fix exponential blowup in interpreter (#3559)
author雾雨魔理沙 <lolisa@marisa.moe>
Wed, 11 Sep 2019 03:30:46 +0000 (20:30 -0700)
committerWuwei Lin <wuwei@apache.org>
Wed, 11 Sep 2019 03:30:46 +0000 (23:30 -0400)
commit54dbcc287223006f905e3b025316dbd7598ebfdc
tree23851d00fa63d21e7fad95bf640f0d941584ade8
parent5bff6ccede54e9b44412a8d578b17d4f7e6259bd
[Relay] fix exponential blowup in interpreter (#3559)
include/tvm/relay/feature.h
python/tvm/relay/backend/interpreter.py
src/relay/backend/interpreter.cc
src/relay/ir/alpha_equal.cc
src/relay/pass/feature.cc
src/relay/pass/type_infer.cc
src/relay/pass/type_solver.cc
tests/python/relay/test_feature.py
tests/python/relay/test_pass_to_cps.py
tests/python/relay/test_type_infer.py