deeplake.core.partial_sample
- class deeplake.core.partial_sample.PartialSample(sample_shape: Tuple[int, ...], tile_shape: Optional[Tuple[int, ...]] = None, dtype: Optional[Union[str, dtype]] = dtype('uint8'))
Represents a sample that is initialized by just shape and the data is updated later.