randn
Creates a tensor filled with random values from a normal distribution.
Return
A new tensor with random normal values.
Parameters
ctx
The execution context.
shape
The tensor dimensions.
dtype
The data type. Defaults to FP32.
Creates a tensor filled with random values from a normal distribution.
A new tensor with random normal values.
The execution context.
The tensor dimensions.
The data type. Defaults to FP32.