dataset
/
org.jetbrains.kotlinx.dl.dataset
/
Dataset
/
BatchIterator
Batch
Iterator
inner class
BatchIterator
:
Iterator
<
DataBatch
?>
Content copied to clipboard
An iterator over a
Dataset
.
Functions
Functions
for
Each
Remaining
Link copied to clipboard
open fun
forEachRemaining
(p0:
Consumer
<in
DataBatch
?>)
Content copied to clipboard
has
Next
Link copied to clipboard
open operator override fun
hasNext
():
Boolean
Content copied to clipboard
next
Link copied to clipboard
open operator override fun
next
():
DataBatch
Content copied to clipboard