aitemplate.utils
visualization.plot
Graph visualization tool for AITemplate
Functions:
|
Plot AIT graph. |
|
Returns a hashed string, somewhat similar to URL shortener. |
When enabled, long tensor names will be replaced with a hash string, making the graph representation significantly simpler. |
- aitemplate.utils.visualization.plot.plot_graph(tensors, file_path: str, file_with_time_profiles: Optional[str] = None) None [source]
Plot AIT graph.
- Parameters: