[Relay][Text Format] Pretty Printer Smart Inlining (#2881)
authorJosh Pollock <joshpollock1997@gmail.com>
Sat, 13 Apr 2019 01:36:19 +0000 (18:36 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Sat, 13 Apr 2019 01:36:19 +0000 (21:36 -0400)
commitdc97e527899ed00c7498af818a8dc0bf9ce8d3b2
tree653c0d4592e2d2f56bad18ee51fe3ebc47c8eee0
parentfefbb0061eaf9104ccf6668221278695207944cf
[Relay][Text Format] Pretty Printer Smart Inlining (#2881)
python/tvm/relay/ir_pass.py
src/relay/ir/pretty_printer.cc
src/relay/pass/dependency_graph.cc [new file with mode: 0644]
src/relay/pass/dependency_graph.h [new file with mode: 0644]
src/relay/pass/to_a_normal_form.cc
tests/python/relay/test_ir_text_printer.py
tests/python/relay/test_op_level1.py
tests/python/relay/test_op_level4.py
tests/python/relay/test_type_infer.py