[Relay] Add compiler pass tutorial docs (#2746)
authorLogan Weber <36520469+weberlo@users.noreply.github.com>
Mon, 15 Apr 2019 22:58:54 +0000 (15:58 -0700)
committerJared Roesch <roeschinc@gmail.com>
Mon, 15 Apr 2019 22:58:54 +0000 (15:58 -0700)
commitfbb74892c4282d4bc43b8b7fc3fd3ff62efc8cad
tree152fc7fc4b1a0239dc7aa794b48cb0d03a3d81e8
parent5293c6bf660b5d817faa09ab429df5aa149d5174
[Relay] Add compiler pass tutorial docs (#2746)

* Add Relay compiler pass tutorial docs

* Add Python API hook wrapping step

* Incorporate feedback

* More doc iteration

* Mooooore iteration

* Rewrite `runtime.md` in rst
docs/dev/index.rst
docs/dev/relay_add_pass.rst [new file with mode: 0644]
docs/dev/runtime.rst [moved from docs/dev/runtime.md with 56% similarity]
src/relay/pass/fold_constant.cc