Home
last modified time | relevance | path

Searched refs:print_delegated_graph (Results 1 – 3 of 3) sorted by relevance

/external/executorch/docs/source/
Ddebug-backend-delegate.md42 …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)
/external/executorch/exir/backend/
Dutils.py281 def print_delegated_graph(graph_module: torch.fx.GraphModule) -> None: function
/external/executorch/docs/source/llm/
Dgetting-started.md725 …hod to get a formatted str of printout of the whole graph or use `print_delegated_graph()` to prin…