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