DiffSharp


Dataset Type

Namespace: DiffSharp.Data

Assembly: DiffSharp.Core.dll


Base Type: obj

Constructors

Constructor Description
Dataset()
Full Usage:
Dataset()
Return Type: Dataset
Signature: unit -> Dataset
Return Type: Dataset

Instance members

Instance member Description
this.item arg1
Full Usage:
this.item arg1 Parameter Types:
  • arg0 : int

Return Type: Tensor * Tensor
Signature: int -> Tensor * Tensor
Modifiers: abstract
Parameter Types:
  • arg0 : int
Return Type: Tensor * Tensor
this.length
Full Usage:
this.length
Return Type: int
Signature: int
Modifiers: abstract
Return Type: int
this.loader(batchSize, ?shuffle, ?numBatches, ?dtype, ?device, ?backend, ?targetDtype, ?targetDevice, ?targetBackend)
Full Usage:
this.loader(batchSize, ?shuffle, ?numBatches, ?dtype, ?device, ?backend, ?targetDtype, ?targetDevice, ?targetBackend) Parameter Types:
  • batchSize : int
  • ?shuffle : bool
  • ?numBatches : int
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
  • ?targetDtype : Dtype
  • ?targetDevice : Device
  • ?targetBackend : Backend

Return Type: DataLoader
Signature: (batchSize: int * shuffle: bool * numBatches: int * dtype: Dtype * device: Device * backend: Backend * targetDtype: Dtype * targetDevice: Device * targetBackend: Backend) -> DataLoader
Parameter Types:
  • batchSize : int
  • ?shuffle : bool
  • ?numBatches : int
  • ?dtype : Dtype
  • ?device : Device
  • ?backend : Backend
  • ?targetDtype : Dtype
  • ?targetDevice : Device
  • ?targetBackend : Backend
Return Type: DataLoader