Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/data/
H A Dgraph_settings.py88 def _is_shuffle_datapipe(datapipe: DataPipe) -> bool: function
115 shufflers = [pipe for pipe in all_pipes if _is_shuffle_datapipe(pipe)]