aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Lamberti <derek.lamberti@arm.com>2019-02-26 10:49:52 +0000
committerDerek Lamberti <derek.lamberti@arm.com>2019-02-26 10:49:52 +0000
commit757b0d9a32ef0d5eeba8bea06280b60a3284ecf8 (patch)
tree3dfdf11f4a8ab314d4587c2082756c4f1c9e8a2f
parent633f859043522adb7629f3f7ea617cd65b3713f2 (diff)
downloadarmnn-757b0d9a32ef0d5eeba8bea06280b60a3284ecf8.tar.gz
IVGCVSW-2525 *Update TfLite supported operator list
Change-Id: Ia349d71ec966b37feaffb971c7a77bf8cd44501c Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
-rw-r--r--src/armnnTfLiteParser/TensorFlowLiteSupport.md14
1 files changed, 14 insertions, 0 deletions
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: