From 666fcbde4d8375ff6434053a9ae6ca34719c6beb Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Wed, 20 Dec 2023 14:44:31 +1000 Subject: [PATCH] Add LeakyRelu to list of NNAPI operators (#18880) ### Description Add LeakyRelu to the list as support was added a while ago. ### Motivation and Context --- tools/ci_build/github/android/nnapi_supported_ops.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci_build/github/android/nnapi_supported_ops.md b/tools/ci_build/github/android/nnapi_supported_ops.md index 75b701a800d32..33ae97d4bbe94 100644 --- a/tools/ci_build/github/android/nnapi_supported_ops.md +++ b/tools/ci_build/github/android/nnapi_supported_ops.md @@ -23,6 +23,7 @@ Keep in sync with doco generated from /docs/execution-providers/NNAPI-ExecutionP |ai.onnx:GlobalAveragePool|Only 2D Pool is supported.| |ai.onnx:GlobalMaxPool|Only 2D Pool is supported.| |ai.onnx:Identity|| +|ai.onnx:LeakyRelu|| |ai.onnx:Log|| |ai.onnx:LRN|| |ai.onnx:MatMul||