nvidia.dali.fn.experimental.peek_image_shape#
- nvidia.dali.fn.experimental.peek_image_shape(__input, /, *, adjust_orientation=True, bytes_per_sample_hint=[0], dtype=DALIDataType.INT64, image_type=DALIImageType.RGB, preserve=False, seed=-1, device=None, name=None)#
Warning
This operator is now deprecated. Use
peek_image_shape()
instead.Experimental features of the decoders have been moved to the main decoder module
fn
, this is just an alias maintained for backward compatibility.Alias for
peek_image_shape()
.