Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcudagraph_trees.py562 PathOutputIndex = Tuple[int, int] variable
734 def __init__(self, index: PathOutputIndex) -> None:
1311 def _mark_prior_graph_output_as_aliased(self, index: PathOutputIndex) -> None:
1415 indices: List[PathOutputIndex],
1456 self, expected_liveness: List[List[bool]], newly_dead: List[PathOutputIndex]