dataset
/
org.jetbrains.kotlinx.dl.dataset
/
DataLoader
/
load
load
abstract fun
load
(dataSource:
D
):
Pair
<
FloatArray
,
TensorShape
>
Content copied to clipboard
Load the data from the specified
dataSource
.