Skip to content

Commit

Permalink
Add LeakyRelu and Split
Browse files Browse the repository at this point in the history
  • Loading branch information
skottmckay committed Dec 19, 2023
1 parent 394d1db commit cb0aeed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/execution-providers/NNAPI-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Following ops are supported by the NNAPI Execution Provider,
|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 All @@ -137,6 +138,7 @@ Following ops are supported by the NNAPI Execution Provider,
|ai.onnx:Sin||
|ai.onnx:Slice||
|ai.onnx:Softmax||
|ai.onnx:Split|Number of splits must evenly divide split axis size. Input split should be constant if provided.|
|ai.onnx:Sqrt||
|ai.onnx:Squeeze|Input axes should be constant.|
|ai.onnx:Sub||
Expand Down

0 comments on commit cb0aeed

Please sign in to comment.