deeplake.core.partial_sample

class deeplake.core.partial_sample.PartialSample(sample_shape: Tuple[int, ...], tile_shape: Tuple[int, ...] | None = None, dtype: str | dtype = dtype('uint8'))

Represents a sample that is initialized by just shape and the data is updated later.