Skip to content

Commit

Permalink
Fix typo in coreml_supported_mlprogram_ops.md (microsoft#22004)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
edgchen1 authored Sep 6, 2024
1 parent 0c398b3 commit 970ebc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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||

0 comments on commit 970ebc2

Please sign in to comment.