aboutsummaryrefslogtreecommitdiff
path: root/docs/06_01_parsers.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/06_01_parsers.dox')
-rw-r--r--docs/06_01_parsers.dox3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/06_01_parsers.dox b/docs/06_01_parsers.dox
index 186ed6193a..e7124ced94 100644
--- a/docs/06_01_parsers.dox
+++ b/docs/06_01_parsers.dox
@@ -91,7 +91,7 @@ The Arm NN SDK ONNX parser currently only supports fp32 operators.
- Gemm
- The parser only supports constant bias or non-constant bias where bias dimension = 1. See the ONNX [Gemm documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Gemm) for more information.
- MatMul
- - The parser only supports constant weights in a fully connected layer.
+ - The parser only supports constant weights in a fully connected layer. See the ONNX [MatMul documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#MatMul) for more information.
## Tested networks
@@ -161,6 +161,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
- RELU6
- REDUCE_MAX
- REDUCE_MIN
+- REDUCE_PROD
- RESHAPE
- RESIZE_BILINEAR
- RESIZE_NEAREST_NEIGHBOR