[RELAY][PASS] Common subexpression elimination (#2639)
authorWuwei Lin <vincentl13x@gmail.com>
Sun, 3 Mar 2019 18:15:12 +0000 (02:15 +0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Sun, 3 Mar 2019 18:15:12 +0000 (10:15 -0800)
commit1ca0393e828c2c6e32d9da0beb87582df9158fc6
tree7d1c82636a4f502cf0ab14de4fb37bf366f02183
parent6d4606067563bbb8833bc48149410de5c8e66ba9
[RELAY][PASS] Common subexpression elimination (#2639)
python/tvm/relay/ir_pass.py
src/relay/pass/eliminate_common_subexpr.cc [new file with mode: 0644]
src/relay/pass/pattern_util.h
tests/python/relay/test_pass_eliminate_common_subexpr.py [new file with mode: 0644]