Package org.jetbrains.kotlinx.dl.dataset
Types
DataLoader
Link copied to clipboard
And interface for loading data from the provided data source.
OnFlyImageDataset
Link copied to clipboard
This dataset keeps all data on disk and generates batches on the fly using provided dataLoader.
OnHeapDataset
Link copied to clipboard
Functions
buildStringRepr
Link copied to clipboard
fun OnHeapDataset.buildStringRepr(xString: String, yString: String): String
Content copied to clipboard
Builds intermediate OnHeapDataset string representation.
fullToString
Link copied to clipboard
Creates OnHeapDataset string representation for full of data.
toString
Link copied to clipboard
Creates OnHeapDataset string representation for part of data.