Siddhant Shekhar
Siddhant Shekhar
### Summary #32839 This patch fixes numerical instability in the ONNX frontend’s `ReduceLogSumExp` operator. The previous implementation used a naïve `log(sum(exp(x)))` formulation, which overflowed to `Inf` for values near `log(MAX_FLOAT32)`...
Pull Request for Issue #46369 This PR introduces caching decorator factories for Forms and Users to restore the performance benefits previously provided by getInstance() methods, without re-adding singletons or causing...
### Summary #46445 This pull request adds a conditional check before rendering the email form heading in `components/com_contact/tmpl/contact/default.php`. ### Problem The email form heading (`COM_CONTACT_EMAIL_FORM`) is currently rendered unconditionally. This...