Home
last modified time | relevance | path

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

/external/pytorch/torch/utils/data/
Dgraph_settings.py24 def get_all_graph_pipes(graph: DataPipeGraph) -> List[DataPipe]: function
114 all_pipes = get_all_graph_pipes(graph)
156 all_pipes = get_all_graph_pipes(graph)
/external/pytorch/test/
Dtest_datapipe.py2826 dps = torch.utils.data.graph_settings.get_all_graph_pipes(graph)
2899 dps = torch.utils.data.graph_settings.get_all_graph_pipes(graph)
2949 dps = torch.utils.data.graph_settings.get_all_graph_pipes(graph)