coreml: Add a few missing operators (#26462)
### Description
Adds `Elu`, `Exp` and `Softplus` to coreml.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
We use them in LeelaChessZero.
---------
Co-authored-by: borg323 <borg323@users.noreply.github.com>