openvino.runtime.opset14.exp#
- openvino.runtime.opset14.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.