aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2021-11-08 17:28:51 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2021-11-08 18:41:44 +0000
commitd69cb904415621b066599dc20164bdb71558dc14 (patch)
treeb3d1913b7bc016f8a2582b12b0e05a06b97ddd6f
parentb03e8ffd1a895b680dca1ce90c049fa7a9a40cb0 (diff)
downloadarmnn-d69cb904415621b066599dc20164bdb71558dc14.tar.gz
IVGCVSW-6049 Review Readme files for Parsers
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: If567bdc1ced5d4bbe524375e2566a19677533c98
-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