description: Computes the logarithm of tf.math.erfc of x element-wise.

tfp.math.logerfc

Computes the logarithm of tf.math.erfc of x element-wise.

NOTE: This is mathematically equivalent to computing log(erfc(x)) however is more numerically stable.

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

logerfc log(erfc(x)) evaluated at x. A Tensor with the same shape and same dtype as x.