From fe6aa2f1ec991bb42356ed4068158395e8c78a7c Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Thu, 23 Sep 2021 16:11:17 +0100 Subject: IVGCVSW-6382 Add Unsqueeze operator support to ONNX parser Signed-off-by: Narumol Prangnawarat Change-Id: Ie0b68b08fc31444c58b0ffc9babdd456bbb51f35 --- docs/01_01_parsers.dox | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/01_01_parsers.dox b/docs/01_01_parsers.dox index 31b7687a7d..689c062a9a 100644 --- a/docs/01_01_parsers.dox +++ b/docs/01_01_parsers.dox @@ -76,6 +76,8 @@ The Arm NN SDK ONNX parser currently only supports fp32 operators. - Tanh - See the ONNX [Tanh documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Tanh) for more information. +- Unsqueeze + - See the ONNX [Unsqueeze documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Unsqueeze) for more information. ### Partially supported -- cgit v1.2.1