From 7733c57b9bde599d133d8edab49cd7a9069db878 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Tue, 26 Feb 2019 17:51:08 +0000 Subject: IVGCVSW-2560 Add support of SSD MobileNet to TensorFlowLiteSupport.md * Add support for Custom operator - TFLite_Detection_PostProcess * Add Quantized SSD MobileNet to tested networks Change-Id: Id7e729ed02dbc401638b9832c8b9b5d71a6d31b7 Signed-off-by: Narumol Prangnawarat --- src/armnnTfLiteParser/TensorFlowLiteSupport.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md index b5045dd9ed..84734c51b6 100644 --- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md +++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md @@ -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. -- cgit v1.2.1