nvidia.dali.fn.experimental¶
The following table lists all operations available in nvidia.dali.fn.experimental
module:
Function |
Device support |
Short description |
---|---|---|
CPU, GPU |
Legacy alias for |
|
GPU |
Performs image demosaicing/debayering. |
|
CPU, GPU |
Performs grayscale/per-channel histogram equalization. |
|
CPU, GPU |
Convolves the image with the provided filter. |
|
GPU |
Inflates/decompresses the input using specified decompression algorithm. |
|
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. |
|
CPU |
Obtains the shape of the encoded image. |
|
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 |
|
CPU, GPU |
Resize tensors. |