tfp.math.logerfcx

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

Used in the notebooks

Used in the tutorials

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.