tfp.substrates.jax.math.logerfc

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

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.