Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/data/
H A Dgraph_settings.py24 def get_all_graph_pipes(graph: DataPipeGraph) -> List[DataPipe]:
29 graph: DataPipeGraph, id_cache: Set[int]
H A Dgraph.py15 DataPipeGraph = Dict[int, Tuple[DataPipe, "DataPipeGraph"]] # type: ignore[misc] variable