nvidia.dali.fn.reductions¶
The following table lists all operations available in nvidia.dali.fn.reductions module:
| Function | Device support | Short description | 
|---|---|---|
| CPU, GPU | Gets maximal input element along provided axes. | |
| CPU, GPU | Gets mean of elements along provided axes. | |
| CPU, GPU | Gets mean square of elements along provided axes. | |
| CPU, GPU | Gets minimal input element along provided axes. | |
| CPU, GPU | Gets root mean square of elements along provided axes. | |
| CPU, GPU | Gets standard deviation of elements along provided axes. | |
| CPU, GPU | Gets sum of elements along provided axes. | |
| CPU, GPU | Gets variance of elements along provided axes. |