openvino.runtime.opset2.erf#
- openvino.runtime.opset2.erf(node: Node | int | float | ndarray, name: str | None = None) Node#
- Return node which calculates Gauss error function element-wise with given tensor. - Parameters:
- node – The node providing data for operation. 
- name – The optional name for new output node. 
 
- Returns:
- The new node performing element-wise Erf operation.