Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/data/
H A D__init__.py38 SubsetRandomSampler,
H A Dsampler.py206 class SubsetRandomSampler(Sampler[int]): class
/aosp_15_r20/external/pytorch/test/
H A Dtest_dataloader.py2241 SubsetRandomSampler,
2270 lambda: SubsetRandomSampler(
2281 SubsetRandomSampler(range(10)),
/aosp_15_r20/external/pytorch/docs/source/
H A Ddata.rst439 .. autoclass:: torch.utils.data.SubsetRandomSampler