tf.math.erfinv

Compute inverse error function.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.math.erfinv

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

x Tensor with type float or double.
name A name for the operation (optional).

Inverse error function of x.