Searched refs:print_delegated_graph (Results 1 – 3 of 3) sorted by relevance
42 …aph()` method to get a str of printout of the whole graph or use `print_delegated_graph()` to prin…47 print(format_delegated_graph(graph_module)) # or call print_delegated_graph(graph_module)
281 def print_delegated_graph(graph_module: torch.fx.GraphModule) -> None: function
725 …hod to get a formatted str of printout of the whole graph or use `print_delegated_graph()` to prin…