From 970ebc2ccf72c22a2cacccb51ff7031e549968b9 Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:50:56 -0700 Subject: [PATCH] Fix typo in coreml_supported_mlprogram_ops.md (#22004) ### Description Fix typo: ai:onnx -> ai.onnx ### Motivation and Context Typo. --- tools/ci_build/github/apple/coreml_supported_mlprogram_ops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/apple/coreml_supported_mlprogram_ops.md b/tools/ci_build/github/apple/coreml_supported_mlprogram_ops.md index 25881d9ee9..bb4cfb2e09 100644 --- a/tools/ci_build/github/apple/coreml_supported_mlprogram_ops.md +++ b/tools/ci_build/github/apple/coreml_supported_mlprogram_ops.md @@ -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||