nvidia.dali.fn.experimental.decoders ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The following table lists all operations available in ``nvidia.dali.fn.experimental.decoders`` module: .. currentmodule:: nvidia.dali.fn ======================================================================================================== ================================================ ====================================================================================================================================================== Function Device support Short description ======================================================================================================== ================================================ ====================================================================================================================================================== :meth:`experimental.decoders.image ` CPU, Mixed Decodes images. :meth:`experimental.decoders.image_crop ` CPU, Mixed Decodes images and extracts regions-of-interest (ROI) that are specified by fixed window dimensions and variable anchors. :meth:`experimental.decoders.image_random_crop ` CPU, Mixed Decodes images and randomly crops them. :meth:`experimental.decoders.image_slice ` CPU, Mixed Decodes images and extracts regions of interest. :meth:`experimental.decoders.video ` CPU, Mixed Decodes a video file from a memory buffer (e.g. provided by external source). ======================================================================================================== ================================================ ====================================================================================================================================================== .. toctree:: :hidden: nvidia.dali.fn.experimental.decoders.image nvidia.dali.fn.experimental.decoders.image_crop nvidia.dali.fn.experimental.decoders.image_random_crop nvidia.dali.fn.experimental.decoders.image_slice nvidia.dali.fn.experimental.decoders.video