nvidia.dali.experimental.dynamic.image_decoder_slice#
- nvidia.dali.experimental.dynamic.image_decoder_slice(input_0, input_1=None, input_2=None, /, *, batch_size=None, device=None, affine=None, axes=None, axis_names=None, device_memory_padding=None, device_memory_padding_jpeg2k=None, end=None, host_memory_padding=None, host_memory_padding_jpeg2k=None, hw_decoder_load=None, hybrid_huffman_threshold=None, jpeg_fancy_upsampling=None, memory_stats=None, normalized_anchor=None, normalized_shape=None, output_type=None, preallocate_height_hint=None, preallocate_width_hint=None, rel_end=None, rel_shape=None, rel_start=None, shape=None, split_stages=None, start=None, use_chunk_allocator=None, use_fast_idct=None)#
Warning
This operator is now deprecated. Use
decoders.image_slice()instead.In DALI 1.0 all decoders were moved into a dedicated
decoderssubmodule 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().