Sqrt
Description
Computes the square root of an element.
Input
One input:
x: tensor.
Output
One output:
y: tensor.
Constraints
The output has the identical data type as the input. The supported data types are float16 and float.
If x is less than 0, Nan is returned.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Operators Specifications of the AI Framework