aboutsummaryrefslogtreecommitdiff
path: root/docs/01_parsers.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/01_parsers.dox')
-rw-r--r--docs/01_parsers.dox22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/01_parsers.dox b/docs/01_parsers.dox
index afa9b9c4f9..1b581dd1c3 100644
--- a/docs/01_parsers.dox
+++ b/docs/01_parsers.dox
@@ -84,19 +84,41 @@ The Arm NN SDK ONNX parser currently only supports fp32 operators.
- Add
- See the ONNX [Add documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Add) for more information
+
- AveragePool
- See the ONNX [AveragePool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#AveragePool) for more information.
+
- Constant
- 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.
+
- Relu
- See the ONNX [Relu documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Relu) for more information.
+
- Reshape
- 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