DataLoader

interface DataLoader<D>

And interface for loading data from the provided data source.

Parameters

D

data source type

Types

Companion
Link copied to clipboard
object Companion

Functions

load
Link copied to clipboard
abstract fun load(dataSource: D): Pair<FloatArray, TensorShape>

Load the data from the specified dataSource.