openvino.runtime.opset1.sqrt#
- openvino.runtime.opset1.sqrt(node: Node | int | float | ndarray, name: str | None = None) Node #
Return node which applies square root to the input node element-wise.
- Parameters:
node – One of: input node, array or scalar.
name – Optional new name for output node.
- Returns:
The new node with sqrt operation applied element-wise.