openvino.runtime.opset13.exp#

openvino.runtime.opset13.exp(node: Node | int | float | ndarray, name: str | None = None) Node#

Return node which applies exponential function to the input node element-wise.

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

  • name – The optional name for new output node.

Returns:

The new node performing natural exponential operation.