nvidia.dali.fn.noise.gaussian — NVIDIA DALI (original) (raw)

nvidia.dali.fn.noise.gaussian(__input, /, *, bytes_per_sample_hint=[0], mean=0.0, preserve=False, seed=-1, stddev=1.0, device=None, name=None)#

Applies gaussian noise to the input.

The shape and data type of the output will match the input.

Supported backends

Parameters:

__input (TensorList) – Input to the operator.

Keyword Arguments: