[Relay] Fix for recursive let (#5757)
authorHaichen Shen <shenhaichen@gmail.com>
Thu, 11 Jun 2020 03:49:57 +0000 (20:49 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Jun 2020 03:49:57 +0000 (20:49 -0700)
commitc7274fd3b0f693fc6214a450e13d5e99026337ae
treee971b8646359b379c5f52e3f3540dda34818f358
parented583092dbeb4f1b0458ad015f607f0746d61e80
[Relay] Fix for recursive let (#5757)

* Make let processing iterative

* Try again

* Fix pretty printer overflow

* cleanup

* fix lint

* Fix text printer

Co-authored-by: Jared Roesch <roeschinc@gmail.com>
Co-authored-by: Jared Roesch <jroesch@octoml.ai>
python/tvm/relay/transform/memory_plan.py
src/printer/relay_text_printer.cc