From 757b0d9a32ef0d5eeba8bea06280b60a3284ecf8 Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Tue, 26 Feb 2019 10:49:52 +0000 Subject: IVGCVSW-2525 *Update TfLite supported operator list Change-Id: Ia349d71ec966b37feaffb971c7a77bf8cd44501c Signed-off-by: Derek Lamberti --- src/armnnTfLiteParser/TensorFlowLiteSupport.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md index 375ee4dbe1..b5045dd9ed 100644 --- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md +++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md @@ -12,6 +12,8 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators * AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE +* BATCH_TO_SPACE + * CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE * CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE @@ -24,8 +26,12 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators * MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE +* MAXIMUM + * MEAN +* MINIMUM + * MUL * PAD @@ -36,10 +42,18 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators * RESHAPE +* RESIZE_BILINEAR + * SOFTMAX +* SPACE_TO_BATCH + * SQUEEZE +* STRIDED_SLICE + +* SUB + ## Tested networks Arm tested these operators with the following TensorFlow Lite neural network: -- cgit v1.2.1