Home
last modified time | relevance | path

Searched defs:node_call_back (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_export/
H A Dutils.py485 def sequential_split(gm: torch.fx.GraphModule, node_call_back) -> torch.fx.GraphModule: argument
513 def nodes_filter(nodes: List[torch.fx.Node], node_call_back) -> List[torch.fx.Node]: argument
519 nodes: List[torch.fx.Node], node_call_back=None argument
531 def nodes_count(nodes: List[torch.fx.Node], node_call_back) -> int: argument
536 def nodes_map(nodes: List[torch.fx.Node], node_call_back) -> List[torch.fx.Node]: argument
/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dreplace_autocast_with_hop_pass.py115 def node_call_back(node: torch.fx.Node): function