Public Member Functions | |
void | next () override |
Batch & | get () override |
bool | operator== (const IteratorImpl< Batch > &other) const override |
Does double dispatch. | |
bool | operator== (const ValidIterator< Batch > &other) const override |
Calls the comparison operator between ValidIterator and SentinelIterator . More... | |
bool | operator== (const SentinelIterator< Batch > &other) const override |
Sentinel iterators always compare equal. | |
Definition at line 29 of file iterator.h.
|
inlineoverridevirtual |
Calls the comparison operator between ValidIterator
and SentinelIterator
.
Implements torch::data::detail::IteratorImpl< Batch >.
Definition at line 120 of file iterator.h.