nvidia.dali.fn.image_decoder_slice#
- nvidia.dali.fn.image_decoder_slice(
- input_0,
- input_1=None,
- input_2=None,
- /,
- *,
- device=None,
- name=None,
- adjust_orientation=True,
- affine=True,
- axes=[1, 0],
- axis_names='WH',
- bytes_per_sample_hint=[0],
- device_memory_padding=16777216,
- device_memory_padding_jpeg2k=0,
- dtype=DALIDataType.UINT8,
- end=None,
- host_memory_padding=8388608,
- host_memory_padding_jpeg2k=0,
- hw_decoder_load=0.9,
- hybrid_huffman_threshold=1000000,
- jpeg_fancy_upsampling=False,
- normalized_anchor=True,
- normalized_shape=True,
- output_type=DALIImageType.RGB,
- preallocate_height_hint=0,
- preallocate_width_hint=0,
- preserve=False,
- rel_end=None,
- rel_shape=None,
- rel_start=None,
- shape=None,
- start=None,
- use_fast_idct=False,
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.Alias for
decoders.image_slice().