From f99f19dc200474b35cb334d8cdbc62e20d3ea337 Mon Sep 17 00:00:00 2001 From: Kevin May Date: Mon, 10 May 2021 12:46:40 +0100 Subject: IVGCVSW-5970 - Add UNPACK and PACK to delegate documentation Signed-off-by: Kevin May Change-Id: I59df474b957dc7f45aed3152174849c94769d7a0 --- docs/01_03_delegate.dox | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/01_03_delegate.dox b/docs/01_03_delegate.dox index a90883ba84..7859202c92 100644 --- a/docs/01_03_delegate.dox +++ b/docs/01_03_delegate.dox @@ -113,6 +113,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato - NOT_EQUAL +- PACK + - PAD - PRELU @@ -161,6 +163,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato - TRANSPOSE_CONV +- UNPACK + More machine learning operators will be supported in future releases. **/ } \ No newline at end of file -- cgit v1.2.1