Fix typo in coreml_supported_mlprogram_ops.md (#22004)

### Description
<!-- Describe your changes. -->

Fix typo: ai:onnx -> ai.onnx

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

Typo.
This commit is contained in:
Edward Chen 2024-09-05 19:50:56 -07:00 committed by GitHub
parent 0c398b3e52
commit 970ebc2ccf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,5 +27,5 @@ Keep in sync with doco generated from /docs/execution-providers/CoreML-Execution
|ai.onnx:Split|If provided, `splits` must be constant.|
|ai.onnx:Sub||
|ai.onnx:Sigmoid||
|ai:onnx:Tanh||
|ai.onnx:Tanh||
|ai.onnx:Transpose||