openvino.runtime.opset7.log#

openvino.runtime.opset7.log(node: Node | int | float | ndarray, name: str | None = None) 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.