description: Compute sqrt(x + 1) - 1 elementwise in a numerically stable way.
View source on GitHub |
Compute sqrt(x + 1) - 1
elementwise in a numerically stable way.
tfp.substrates.jax.math.sqrt1pm1(
x
)
Args | |
---|---|
x
|
Float Tensor .
|
Returns | |
---|---|
sqrt1pm1
|
Float Tensor of sqrt1pm1(x) .
|