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