Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/data/
H A Diterator.h43 struct ValidIterator : public IteratorImpl<Batch> { struct
46 explicit ValidIterator(BatchProducer next_batch) in ValidIterator() function
50 void next() override { in next()
76 /// A `ValidIterator` is equal to the `SentinelIterator` iff. the argument
89 void lazy_initialize() const { in lazy_initialize()
118 /// Calls the comparison operator between `ValidIterator` and argument