RandomUniform
Description
Generates a tensor with random values drawn from a uniform distribution.
Output
One output:
y: tensor of the identical data type as specified by the dtype attribute.
Attribute
Five attributes:
dtype: specifies the output type. The data type is int.
high: indicates the upper boundary. The data type is float.
low: indicates the lower boundary. The data type is float.
seed: (optional) random seed of type int.
shape: output shape.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Operators Specifications of the AI Framework