View source on GitHub |
Computes sign(x) * log(1 + sign(x))
.
tfr.keras.utils.symmetric_log1p(
t: tfr.keras.model.TensorLike
) -> tf.Tensor
Args | |
---|---|
t
|
A Tensor or anything that can be converted to a tensor using
tf.convert_to_tensor .
|
Returns | |
---|---|
A Tensor that has each input element transformed as x to I(x > 1) .
|