Siddhant Shekhar

Results 3 issues of 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)`...

category: build
ExternalPR
category: ONNX FE
no-match-files

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...

Feature
PR-6.1-dev

### 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...

Feature
Updates Requested
PR-6.1-dev