tfp.math.erfcinv

Computes the inverse of tf.math.erfc of z element-wise.

Used in the notebooks

Used in the tutorials

z A Tensor with type float32 or float64.
name A name for the operation (optional).

erfcinv erfcinv evaluated at z. A Tensor with the same shape and same dtype as z.