API Reference
OperationNamespace.
sqrt
Returns the element-wise square root.
x (number or np.ndarray or Tensor) – The value, \(x\).
name (str, optional) – The name of the node.
The element-wise square root \(\sqrt{x}\).
Tensor