aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TensorFlowLiteSupport.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnTfLiteParser/TensorFlowLiteSupport.md')
-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: