[XLA] Use Expm1 in Elu/Selu
exp(x) - 1 is best executed using the composed Expm1 operation as it is better behaved when exp(x) is near 1. PiperOrigin-RevId: 197061826
Loading
Please sign in to comment
exp(x) - 1 is best executed using the composed Expm1 operation as it is better behaved when exp(x) is near 1. PiperOrigin-RevId: 197061826