Dataset

@available(*, deprecated, message: "Datasets will be removed in S4TF v0.10. Please use the new Batches API instead.")
@frozen
public struct Dataset<Element> where Element : TensorGroup
extension Dataset: Sequence

Represents a potentially large set of elements.

A Dataset can be used to represent an input pipeline as a collection of element tensors.