jax
6e1ec38a - Improve behavior of a number of math functions for extreme inputs.

Commit
6 years ago
Improve behavior of a number of math functions for extreme inputs. Call XLA's sqrt instead of defining sqrt to be x**0.5. The two have different behaviors for infinite inputs. Incorporate improvements to acos, sinh, cosh, asinh, and acosh that have previously been made to the versions in the XLA C++ client libraries.
Author
Parents
Loading