From 18133ddadb5889826ecefd1f9971149d5b4b5eca Mon Sep 17 00:00:00 2001 From: Rachel Guo <35738743+YUNQIUGUO@users.noreply.github.com> Date: Mon, 15 May 2023 09:46:30 -0700 Subject: [PATCH] [doc] add LeakyRelu to coreml supported ops (#15944) ### Description ### Motivation and Context --- tools/ci_build/github/apple/coreml_supported_ops.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci_build/github/apple/coreml_supported_ops.md b/tools/ci_build/github/apple/coreml_supported_ops.md index 95ac120dc7..cfd0901bc2 100644 --- a/tools/ci_build/github/apple/coreml_supported_ops.md +++ b/tools/ci_build/github/apple/coreml_supported_ops.md @@ -17,6 +17,7 @@ Keep in sync with doco generated from /docs/execution-providers/CoreML-Execution |ai.onnx:Gemm|Input B should be constant.| |ai.onnx:GlobalAveragePool|Only 2D Pool is supported.| |ai.onnx:GlobalMaxPool|Only 2D Pool is supported.| +|ai.onnx:LeakyRelu|| |ai.onnx:LRN|| |ai.onnx:MatMul|Input B should be constant.| |ai.onnx:MaxPool|Only 2D Pool is supported.|