modeci_mdf.functions.onnx.sqrt

modeci_mdf.functions.onnx.sqrt(*args, **kwargs)

Square root takes one input data (Tensor<T>) and produces one output data (Tensor<T>) where the square root is, y = x^0.5, is applied to the tensor elementwise. If x is negative, then it will return NaN.