openvino.runtime.opset3.log

openvino.runtime.opset3.log(node: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], name: Optional[str] = None) openvino._pyopenvino.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.