Skip to content

Commit

Permalink
Add LeakyRelu to list of NNAPI operators (#18880)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->
Add LeakyRelu to the list as support was added a while ago. 


### 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. -->
  • Loading branch information
skottmckay authored Dec 20, 2023
1 parent 535a240 commit 666fcbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci_build/github/android/nnapi_supported_ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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||
Expand Down

0 comments on commit 666fcbd

Please sign in to comment.