Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
torch.utils.data.sampler.Sampler Class Reference
Inheritance diagram for torch.utils.data.sampler.Sampler:
torch.utils.data.sampler.BatchSampler torch.utils.data.sampler.RandomSampler torch.utils.data.sampler.SequentialSampler torch.utils.data.sampler.SubsetRandomSampler torch.utils.data.sampler.WeightedRandomSampler

Public Member Functions

def __init__ (self, data_source)
 
def __iter__ (self)
 
def __len__ (self)
 

Detailed Description

Definition at line 5 of file sampler.py.


The documentation for this class was generated from the following file: