kueitang commented on pull request #8668:
URL: https://github.com/apache/tvm/pull/8668#issuecomment-908956551


   1. Users can visualize relay by a single entry point, RelayVisualizer. They 
could choose different renderers by options(`backend` in `RelayVisualizer` 
constructor)
   2. For those who want to implement new renderer, it is expected to implement 
Graph, Plotter (in plotter.py). We provide default `RenderCallback` 
(render_callbak.py) for different relay ops to trigger `Graph` interface.
   Specific method for a certain op could be overrided if needed, like 
[`TermRenderCallback`](https://github.com/apache/tvm/pull/8668/files#diff-a7cebf6faa04dd1c96b95f999d924db02831e272ca32f7b7b4aad117d5ea17c8R33).
   
   @chiwwang @leandron 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to