DataLoader Type
Namespace: DiffSharp.Data
Assembly: DiffSharp.Core.dll
Base Type: obj
Constructors
DataLoader(dataset, batchSize, ?shuffle, ?numBatches, ?dtype, ?device, ?backend, ?targetDtype, ?targetDevice, ?targetBackend)
|
Parameter Types:
-
dataset
:
Dataset
-
batchSize
:
int
-
?shuffle
:
bool
-
?numBatches
:
int
-
?dtype
:
Dtype
-
?device
:
Device
-
?backend
:
Backend
-
?targetDtype
:
Dtype
-
?targetDevice
:
Device
-
?targetBackend
:
Backend
Return Type:
DataLoader
|