Fix complex abs corner cases. (#88373)
The current implementation fails for very small and very large values. For example, (0, -inf) should return inf, but it returns -inf. This ports the logic used in XLA. Tested with XLA's exhaustive_binary_test_f32_f64.
parent
717d3f39
Please register or sign in to comment