tfp.substrates.numpy.math.logerfcx

Computes the logarithm of tfp.math.erfcx of x element-wise.

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

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