nvidia.dali.fn.image_decoder_slice¶
- nvidia.dali.fn.image_decoder_slice(*inputs, **kwargs)¶
Warning
This operator is now deprecated. Use
decoders.image_slice()
instead.In DALI 1.0 all decoders were moved into a dedicated
decoders
submodule and renamed to follow a common pattern. This is a placeholder operator with identical functionality to allow for backward compatibility.Legacy alias for
decoders.image_slice()
.