From b65d8fe405d00bb803e642391ea54759d1ced50c Mon Sep 17 00:00:00 2001 From: Rachel Guo <35738743+YUNQIUGUO@users.noreply.github.com> Date: Mon, 25 Jul 2022 16:17:36 -0700 Subject: [PATCH] [doc] update supported coreml ep op md (#12274) --- docs/execution-providers/CoreML-ExecutionProvider.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/execution-providers/CoreML-ExecutionProvider.md b/docs/execution-providers/CoreML-ExecutionProvider.md index 3b8157263e..831cef0443 100644 --- a/docs/execution-providers/CoreML-ExecutionProvider.md +++ b/docs/execution-providers/CoreML-ExecutionProvider.md @@ -95,11 +95,13 @@ Following ops are supported by the CoreML Execution Provider, |ai.onnx:Clip|| |ai.onnx:Concat|| |ai.onnx:Conv|Only 1D/2D Conv is supported.
Weights and bias should be constant.| +|ai.onnx:DepthToSpace|Only DCR mode DepthToSpace is supported.| |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:MatMul|Input B should be constant.| |ai.onnx:MaxPool|Only 2D Pool is supported.| +|ai.onnx:PRelu|Input slope should be constant.
Input slope should either have shape [C, 1, 1] or have 1 element.| |ai.onnx:Relu|| |ai.onnx:Reshape|| |ai.onnx:Resize||