openvino.runtime.opset10.atanh#

openvino.runtime.opset10.atanh(node: Node | int | float | ndarray, name: str | None = None) Node#

Apply hyperbolic inverse tangent 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 arctanh operation applied on it.