nvidia.dali.fn.image_decoder¶
- nvidia.dali.fn.image_decoder(*inputs, **kwargs)¶
Warning
This operator is now deprecated. Use
decoders.image()
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()
.