tf.math.erfinv

Compute inverse error function.

Given x, compute the inverse error function of x. This function is the inverse of tf.math.erf.

xTensor with type float or double.
nameA name for the operation (optional).

Inverse error function of x.