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.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
index 507552da99..375ee4dbe1 100644
--- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md
+++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
@@ -8,6 +8,8 @@ The Arm NN SDK TensorFlow Lite parser currently only supports uint8.
The Arm NN SDK TensorFlow Lite parser currently supports the following operators:
+* ADD
+
* AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
* CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE
@@ -18,8 +20,16 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
* FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+* LOGISTIC
+
* MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+* MEAN
+
+* MUL
+
+* PAD
+
* RELU
* RELU6