hub.core.partial_sample

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

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