mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-02 23:39:58 +00:00
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:
parent
0c398b3e52
commit
970ebc2ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -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||
|
||||
|
|
|
|||
Loading…
Reference in a new issue