grain.transforms.Transformations

Contents

grain.transforms.Transformations#

grain.transforms.Transformations#

All the operations on a read-only sequence.

Concrete subclasses must override __new__ or __init__, __getitem__, and __len__.

alias of Sequence[Batch | MapTransform | RandomMapTransform | TfRandomMapTransform | Filter | FlatMapTransform | MapWithIndex]