Add missing elementwise monotonic functions
This PR adds `Acos`, `Acosh`, `Asin`, `Atan`, `Softsign` and `Softplus` to the collection of elementwise monotonic operations. This allows the arithmetic optimizer to optimize more cases. Continuation of #25330
Loading
Please sign in to comment