View source on GitHub |
Computes the inverse of tf.math.erfc
of z
element-wise.
tfp.substrates.numpy.math.erfcinv(
z, name=None
)
Args | |
---|---|
z
|
A Tensor with type float32 or float64 .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
erfcinv
|
erfcinv evaluated at z . A Tensor with the same shape and same
dtype as z .
|