Home
last modified time | relevance | path

Searched defs:RandomSampler (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/train/
H A Drandom.cpp10 RandomSampler::RandomSampler(int64_t size, Dtype index_dtype) in RandomSampler() function in torch::jit::mobile::RandomSampler
/aosp_15_r20/external/pytorch/torch/csrc/api/src/data/samplers/
H A Drandom.cpp12 RandomSampler::RandomSampler(int64_t size, Dtype index_dtype) in RandomSampler() function in torch::data::samplers::RandomSampler
/aosp_15_r20/external/pytorch/torch/utils/data/
H A Dsampler.py131 class RandomSampler(Sampler[int]): class