RandomUniform
Description
Generates a tensor with random values drawn from a uniform distribution.
Attribute
- dtype: int, specifying the output data type.
- high: float, specifying the upper boundary.
- low: float, specifying the lower boundary.
- seed (optional): int, indicating a random seed.
- shape: int, indicating the output shape.
Output
y: output tensor of the identical data type as the dtype attribute.
Constraints
None.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18.
Parent topic: Supported ONNX Operators