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.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
index 88db0f07b2..f7828628cb 100644
--- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md
+++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
@@ -94,4 +94,20 @@ Arm tested these operators with the following TensorFlow Lite neural network:
* DeepSpeaker
+* [DeepLab v3+](https://www.tensorflow.org/lite/models/segmentation/overview)
+
+* FSRCNN
+
+* RDN converted from [TensorFlow model](https://github.com/hengchuan/RDN-TensorFlow)
+
+* Quantized RDN (CpuRef)
+
+* [Quantized Inception v3](http://download.tensorflow.org/models/tflite_11_05_08/inception_v3_quant.tgz)
+
+* [Quantized Inception v4](http://download.tensorflow.org/models/inception_v4_299_quant_20181026.tgz) (CpuRef)
+
+* Quantized ResNet v2 50 (CpuRef)
+
+* Quantized Yolo v3 (CpuRef)
+
More machine learning operators will be supported in future releases.