openvino.runtime.opset4.sinh#
- openvino.runtime.opset4.sinh(node: Node | int | float | ndarray, name: str | None = None) Node #
Apply hyperbolic sine function on the input node element-wise.
- Parameters:
node – One of: input node, array or scalar.
name – Optional new name for output node.
- Returns:
New node with sin operation applied on it.