aboutsummaryrefslogtreecommitdiff
path: root/src/armnnOnnxParser/OnnxSupport.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnOnnxParser/OnnxSupport.md')
-rw-r--r--src/armnnOnnxParser/OnnxSupport.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/armnnOnnxParser/OnnxSupport.md b/src/armnnOnnxParser/OnnxSupport.md
index 7d81e8d6aa..4a9645d67a 100644
--- a/src/armnnOnnxParser/OnnxSupport.md
+++ b/src/armnnOnnxParser/OnnxSupport.md
@@ -18,10 +18,23 @@ See the ONNX [AveragePool documentation](https://github.com/onnx/onnx/blob/maste
See the ONNX [Constant documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Constant) for more information.
+**Clip**
+
+See the ONNX [Clip documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Clip) for more information.
+
+**Flatten**
+
+See the ONNX [Flatten documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Flatten) for more information.
+
**GlobalAveragePool**
See the ONNX [GlobalAveragePool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#GlobalAveragePool) for more information.
+**LeakyRelu**
+
+See the ONNX [LeakyRelu documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#LeakyRelu) for more information.
+
+
**MaxPool**
See the ONNX [max_pool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#MaxPool) for more information.
@@ -34,6 +47,16 @@ See the ONNX [Relu documentation](https://github.com/onnx/onnx/blob/master/docs/
See the ONNX [Reshape documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Reshape) for more information.
+**Sigmoid**
+
+See the ONNX [Sigmoid documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Sigmoid) for more information.
+
+
+**Tanh**
+
+See the ONNX [Tanh documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Tanh) for more information.
+
+
## Partially supported
**Conv**