Skip to main content

ClikaRT::ops::normal_

function

normal_()

Tensor& normal_(
    Tensor& self,
    ScalarOrTensor mean = 0,
    ScalarOrTensor stddev = 1,
    StreamOrDevice s = {}
)

In-place normal fill: overwrites self with N(mean, stddev^2) draws at self's shape/dtype and returns it under the value surface, Result<void> under the Result surface; CLIKART_CHECK is the mode-stable spelling.

Throws

Declared in ClikaRT/compute/ops.h, line 4040