aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2019-02-26 17:51:08 +0000
committerSadik Armagan <sadik.armagan@arm.com>2019-02-26 18:33:55 +0000
commit7733c57b9bde599d133d8edab49cd7a9069db878 (patch)
treec3d4a67a73c39d4ea00dad52fb5b15ac274526a5
parent4628d05455dfc179f0437913185e76888115a98a (diff)
downloadarmnn-7733c57b9bde599d133d8edab49cd7a9069db878.tar.gz
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 <narumol.prangnawarat@arm.com>
-rw-r--r--src/armnnTfLiteParser/TensorFlowLiteSupport.md6
1 files changed, 6 insertions, 0 deletions
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.