How to generate pictures of computation graph?

Are there any functions available for generating DOT output from the computation graph, so that pictures of the computation graph may be generated for presentations, etc.?

This might be of interest to you: https://github.com/dmlc/tvm/pull/3259

https://github.com/lutzroeder/netron also supports reading the generated graph.json format emitted by the build step.