View source on GitHub |
Computes the logarithm of tfp.math.erfcx
of x
element-wise.
tfp.math.logerfcx(
x, name=None
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
x
|
A Tensor with type float32 or float64 .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
logerfcx
|
log(erfcx(x)) evaluated at x . A Tensor with the same shape and
same dtype as x .
|