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