qfeval_functions.functions.randn_like

randn_like(input, *, dtype=None, device=None)[source]

Returns a tensor with the same size as input that is filled with random numbers from a normal distribution with mean 0 and variance 1. If the seed is fixed, it must be reproducible in any device.

Return type:

Tensor