ngraph.opset3.acos

ngraph.opset3.acos(node: Union[_pyngraph.Node, int, float, numpy.ndarray], name: Optional[str] = None)_pyngraph.Node

Apply inverse cosine 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 arccos operation applied on it.