From 1121c6bf3fc4ff34b6fce2e17a2cda71be185112 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Fri, 19 Feb 2021 09:38:03 +0000 Subject: IVGCVSW-5695 Update supported operators * Update supported operators for the delegate, parsers, serializer and deserializer Signed-off-by: Jan Eilers Change-Id: I33ac99a29d894eec055cd05411014075d78b3168 --- docs/01_03_delegate.dox | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'docs/01_03_delegate.dox') diff --git a/docs/01_03_delegate.dox b/docs/01_03_delegate.dox index 9063f05658..f6d8e7660d 100644 --- a/docs/01_03_delegate.dox +++ b/docs/01_03_delegate.dox @@ -82,15 +82,17 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato - LOCAL_RESPONSE_NORMALIZATION - LOGICAL_AND -- + - LOGICAL_NOT -- + - LOGICAL_OR - LOGISTIC - LOG_SOFTMAX +- LSTM + - L2_NORMALIZATION - L2_POOL_2D @@ -111,8 +113,16 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato - PAD +- PRELU + - QUANTIZE +- RANK + +- REDUCE_MAX + +- REDUCE_MIN + - RESHAPE - RESIZE_BILINEAR @@ -137,8 +147,12 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato - SQRT +- STRIDED_SLICE + - SUB +- SUM + - TANH - TRANSPOSE -- cgit v1.2.1