nvidia.dali.fn.decoders ~~~~~~~~~~~~~~~~~~~~~~~ The following table lists all operations available in ``nvidia.dali.fn.decoders`` module: .. currentmodule:: nvidia.dali.fn ======================================================================================================== ================================================ ====================================================================================================================================================== Function Device support Short description ======================================================================================================== ================================================ ====================================================================================================================================================== :meth:`decoders.audio ` CPU Decodes waveforms from encoded audio data. :meth:`decoders.image ` CPU, Mixed Decodes images. :meth:`decoders.image_crop ` CPU, Mixed Decodes images and extracts regions-of-interest (ROI) that are specified by fixed window dimensions and variable anchors. :meth:`decoders.image_random_crop ` CPU, Mixed Decodes images and randomly crops them. :meth:`decoders.image_slice ` CPU, Mixed Decodes images and extracts regions of interest. ======================================================================================================== ================================================ ====================================================================================================================================================== .. toctree:: :hidden: nvidia.dali.fn.decoders.audio nvidia.dali.fn.decoders.image nvidia.dali.fn.decoders.image_crop nvidia.dali.fn.decoders.image_random_crop nvidia.dali.fn.decoders.image_slice