aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2018-10-22 12:32:39 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 16:57:54 +0100
commit5610661023a4170e677027570db18a379842dac3 (patch)
treec037507de78c32a9a0b722e062df2c57bd236e2b
parent056be3cbe0306f4e1409c10952a8a73676a4acdd (diff)
downloadarmnn-5610661023a4170e677027570db18a379842dac3.tar.gz
IVGCVSW-2063 Documentation for new operations in TfLite Parser
* Updated TfLite Parser read me file for new operations added Change-Id: Idd4dcbe03ee8cd8c65377e03b6e52f3766312b70
-rw-r--r--src/armnnTfLiteParser/TensorFlowLiteSupport.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
index 8a58147fcb..507552da99 100644
--- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md
+++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
@@ -10,10 +10,22 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
* AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+* CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+
* CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
* DEPTHWISE_CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+* FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+
+* MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
+
+* RELU
+
+* RELU6
+
+* RESHAPE
+
* SOFTMAX
* SQUEEZE
@@ -24,4 +36,4 @@ Arm tested these operators with the following TensorFlow Lite neural network:
* [Quantized MobileNet](http://download.tensorflow.org/models/mobilenet_v1_2018_02_22/mobilenet_v1_1.0_224_quant.tgz)
-More machine learning operators will be supported in future releases. \ No newline at end of file
+More machine learning operators will be supported in future releases.