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

tfp.math.logerfcx

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

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

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.