Files
apache--tvm/python
Mark Shields a17bfc05cc [Relay] CaptureIndexInSpans debugging pass (#11926)
* [Relay] CaptureIndexInSpans debugging pass

This pass will update (most) expression nodes to capture their post-dfs
indexes. That makes it easy to connect pretty-printed fragments back to
the overall model, and is very handy for Collage which uses post-dfs indexes
extensively.

* - rename
- add header decl
2022-06-29 08:05:18 +09:00
..