dtype (mindspore.dtype
) – The argument is used to define the data type of the output tensor.
Default: mindspore.float32.
mean (int, float) – Mean of normal distribution. Default: 0.
std (int, float) – Standard deviation of normal distribution. Default: 0.1.