nvidia.dali.fn.experimental ~~~~~~~~~~~~~~~~~~~~~~~~~~~ The following table lists all operations available in ``nvidia.dali.fn.experimental`` module: .. currentmodule:: nvidia.dali.fn ======================================================================================================== ================================================ ====================================================================================================================================================== Function Device support Short description ======================================================================================================== ================================================ ====================================================================================================================================================== :meth:`experimental.audio_resample ` CPU, GPU Legacy alias for :meth:`audio_resample`. :meth:`experimental.debayer ` GPU Performs image demosaicing/debayering. :meth:`experimental.dilate ` GPU Performs a dilation operation on the input image. :meth:`experimental.equalize ` CPU, GPU Performs grayscale/per-channel histogram equalization. :meth:`experimental.erode ` GPU Performs an erosion operation on the input image. :meth:`experimental.filter ` CPU, GPU Convolves the image with the provided filter. :meth:`experimental.inflate ` GPU Inflates/decompresses the input using specified decompression algorithm. :meth:`experimental.median_blur ` GPU Median blur performs smoothing of an image or sequence of images by replacing each pixel with the median color of a surrounding rectangular region. :meth:`experimental.peek_image_shape ` CPU Obtains the shape of the encoded image. :meth:`experimental.remap ` GPU The remap operation applies a generic geometrical transformation to an image. In other words, it takes pixels from one place in the input image and puts them in another place in the output image. The transformation is described by ``mapx`` and ``mapy`` parameters, where: :meth:`experimental.tensor_resize ` CPU, GPU Resize tensors. ======================================================================================================== ================================================ ====================================================================================================================================================== .. toctree:: :hidden: nvidia.dali.fn.experimental.audio_resample nvidia.dali.fn.experimental.debayer nvidia.dali.fn.experimental.dilate nvidia.dali.fn.experimental.equalize nvidia.dali.fn.experimental.erode nvidia.dali.fn.experimental.filter nvidia.dali.fn.experimental.inflate nvidia.dali.fn.experimental.median_blur nvidia.dali.fn.experimental.peek_image_shape nvidia.dali.fn.experimental.remap nvidia.dali.fn.experimental.tensor_resize