IVGCVSW-2560 Add support of SSD MobileNet to TensorFlowLiteSupport.md
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Tue, 26 Feb 2019 17:51:08 +0000 (17:51 +0000)
committerSadik Armagan <sadik.armagan@arm.com>
Tue, 26 Feb 2019 18:33:55 +0000 (18:33 +0000)
 * Add support for Custom operator - TFLite_Detection_PostProcess
 * Add Quantized SSD MobileNet to tested networks

Change-Id: Id7e729ed02dbc401638b9832c8b9b5d71a6d31b7
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
src/armnnTfLiteParser/TensorFlowLiteSupport.md

index b5045dd..84734c5 100644 (file)
@@ -54,10 +54,16 @@ The Arm NN SDK TensorFlow Lite parser currently supports the following operators
 
 * SUB
 
+## Custom Operator
+
+* TFLite_Detection_PostProcess
+
 ## Tested networks
 
 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)
 
+* [Quantized SSD MobileNet](http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_quantized_300x300_coco14_sync_2018_07_18.tar.gz)
+
 More machine learning operators will be supported in future releases.