ngraph.opset6.log

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

Return node which applies natural logarithm to the input node element-wise.

Parameters
  • node – The input node providing data for operation.

  • name – The optional new name for output node.

Returns

The new node performing log operation element-wise.