Home
last modified time | relevance | path

Searched refs:add_cursor_to_graph (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/exir/tests/
H A Dtest_common.py16 from executorch.exir.print_program import add_cursor_to_graph
78 actual_str = add_cursor_to_graph(
/aosp_15_r20/external/executorch/exir/
H A Dprint_program.py317 def add_cursor_to_graph(graph: torch.fx.Graph, finding_node: torch.fx.Node) -> str: function
406 graph_str_with_cursor = add_cursor_to_graph(graph, node)