View source on GitHub |
Compute log(1 - exp(-|x|))
elementwise in a numerically stable way.
tfp.math.log1mexp(
x, name=None
)
Args | |
---|---|
x
|
Float Tensor .
|
name
|
Python str name prefixed to Ops created by this function.
Default value: None (i.e., 'log1mexp' ).
|
Returns | |
---|---|
log1mexp
|
Float Tensor of log1mexp(x) .
|
References
[1]: Machler, Martin. Accurately computing log(1 - exp(-|a|)) https://cran.r-project.org/web/packages/Rmpfr/vignettes/log1mexp-note.pdf