From 0d77ae103f88c7a6e6b09ef0bc2e0e47a59c4364 Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Fri, 7 Jan 2022 17:42:27 +0000 Subject: GitHub #603 Add PADV2 support to TFLite Parser * Added PADV2 support to TFLite Parser * Added PADV2 unit tests * Updated Parser Docs Signed-off-by: Mike Kelly Change-Id: I06ea9a6ceddc38cdb89204c019432257d3f58e4c --- docs/05_01_parsers.dox | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/05_01_parsers.dox b/docs/05_01_parsers.dox index e7124ced94..a4526e04d5 100644 --- a/docs/05_01_parsers.dox +++ b/docs/05_01_parsers.dox @@ -155,6 +155,7 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators - NOT_EQUAL - PACK - PAD +- PADV2 - PRELU - QUANTIZE - RELU -- cgit v1.2.1