Home
last modified time | relevance | path

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

/external/pytorch/torch/utils/data/datapipes/iter/
Dfilelister.py7 from torch.utils.data.datapipes.utils.common import get_file_pathnames_from_root
61 yield from get_file_pathnames_from_root(
/external/pytorch/torch/utils/data/datapipes/utils/
Dcommon.py178 def get_file_pathnames_from_root( function