View source on GitHub |
Computes the logarithm of tf.math.erfc
of x
element-wise.
tfp.substrates.jax.math.logerfc(
x, name=None
)
Args | |
---|---|
x
|
A Tensor with type float32 or float64 .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
logerfc
|
log(erfc(x)) evaluated at x . A Tensor with the same shape and
same dtype as x .
|