tfp.substrates.numpy.math.softplus_inverse
Computes the inverse softplus, i.e., x = softplus_inverse(softplus(x)).
tfp.substrates.numpy.math.softplus_inverse(
x, name=None
)
Mathematically this op is equivalent to:
softplus_inverse = log(exp(x) - 1.)
Args |
x
|
Tensor . Non-negative (not enforced), floating-point.
|
name
|
A name for the operation (optional).
|
Returns |
Tensor . Has the same type/shape as input x .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-11-21 UTC.
[null,null,["Last updated 2023-11-21 UTC."],[],[]]