RandomNormal
Description
Generates a tensor with random values drawn from a normal distribution.
Output
One output:
y: tensor of type float16, float32, or double.
Property
dtype: int (default=1), data type of the output tensor element. The default value is TensorProto::FLOAT.
mean: float (default=0.0), average value of normal distribution.
scale: float (default=1.0), standard deviation of normal distribution.
seed: float, (optional) specifies a random number seed. If no seed is specified, the default value 0 is used.
shape: list of ints (required), shape of the output tensor.
ONNX Opset Support
v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Operators Specifications of the AI Framework