[Relay][Transform] Support Dumping IR to help debugging (#3493)
authorZhi <5145158+zhiics@users.noreply.github.com>
Mon, 8 Jul 2019 20:57:57 +0000 (13:57 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Mon, 8 Jul 2019 20:57:57 +0000 (13:57 -0700)
commit178f48c3f1670846cfa123e32e83e59334fda5e8
tree3527ab74bca1ac2aeef3b01f19cc14f1d6d6d19f
parenta31dd1625735068791bb99a8c8ed6509fabbab1e
[Relay][Transform] Support Dumping IR to help debugging (#3493)

* [Relay][Transform] Support Dumping IR to help debugging

* debugprint->printir
include/tvm/relay/transform.h
python/tvm/relay/transform.py
src/relay/pass/print_ir.cc [new file with mode: 0644]
tests/python/relay/test_pass_manager.py