tfr.keras.utils.symmetric_log1p

Computes sign(x) * log(1 + sign(x)).

t A Tensor or anything that can be converted to a tensor using tf.convert_to_tensor.

A Tensor that has each input element transformed as x to I(x > 1).