openvino.opset17.erfinv#

openvino.opset17.erfinv(node: Node | int | float | ndarray, name: str | None = None) Node#

Return node which calculates the inverse error function element-wise on the input tensor.

Parameters:
  • node – The node providing data for the operation. Must be of floating-point type.

  • name – The optional name for the new output node.

Returns:

The new node performing the element-wise ErfInv operation.