aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2019-04-29 17:43:36 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-04-30 07:33:59 +0000
commit6870b9892dfa72af630cb91ad3e6c3d868146a49 (patch)
treec105fce584871a9051e284c30c08740b5c91c84b
parent18515e2e77d04e5065aa0d2e850972d67446260d (diff)
downloadarmnn-6870b9892dfa72af630cb91ad3e6c3d868146a49.tar.gz
IVGCVSW-2948 Add DeepSpeech v1 support to TensorFlowLiteSupport.md
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I18697fde21e90723bcc36cc9cc1b571652fa54e7
-rw-r--r--src/armnnTfLiteParser/TensorFlowLiteSupport.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
index f7e9898f89..9dd68a3372 100644
--- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md
+++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
@@ -70,4 +70,6 @@ Arm tested these operators with the following TensorFlow Lite neural network:
* [Quantized SSD MobileNet](http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_quantized_300x300_coco14_sync_2018_07_18.tar.gz)
+* DeepSpeech v1 converted from [TensorFlow model](https://github.com/mozilla/DeepSpeech/releases/tag/v0.4.1)
+
More machine learning operators will be supported in future releases.