[Relay] Start porting pass to the pass manager (#3191)
author雾雨魔理沙 <lolisa@marisa.moe>
Fri, 24 May 2019 23:43:03 +0000 (16:43 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Fri, 24 May 2019 23:43:03 +0000 (16:43 -0700)
commit89a88c57470e04f601530156ec37318e7d88ccdf
tree0f6d8dcd3f3613a8edd1ee442756d17ef5f051e6
parent7e648417310c60efae6663d7399eb57abc74b24e
[Relay] Start porting pass to the pass manager (#3191)
12 files changed:
include/tvm/relay/pass.h
include/tvm/relay/transform.h
src/relay/pass/dead_code.cc
src/relay/pass/device_annotation.cc
src/relay/pass/fold_constant.cc
src/relay/pass/forward_rewrite.cc
src/relay/pass/fuse_ops.cc
src/relay/pass/partial_eval.cc
src/relay/pass/pass_manager.cc
src/relay/pass/to_a_normal_form.cc
src/relay/pass/to_graph_normal_form.cc
tests/python/relay/test_pass_manager.py