From d69cb904415621b066599dc20164bdb71558dc14 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Mon, 8 Nov 2021 17:28:51 +0000 Subject: IVGCVSW-6049 Review Readme files for Parsers Signed-off-by: Teresa Charlin Change-Id: If567bdc1ced5d4bbe524375e2566a19677533c98 --- docs/06_01_parsers.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1