openvino.runtime.opset3.atan

openvino.runtime.opset3.atan(node: Union[openvino.pyopenvino.Node, int, float, numpy.ndarray], name: Optional[str] = None) → openvino.pyopenvino.Node

Apply 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 arctan operation applied on it.