aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-08-21 15:49:27 +0100
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-08-21 15:49:27 +0100
commita42d1b9ebfde0f3f714d647349d44da35777826a (patch)
treebeb9b88333b1abe8a08cefccc7d3cb7ffedb1e25
parent187fac00b338eb2de38c6a547136c689a7f0d522 (diff)
downloadarmnn-a42d1b9ebfde0f3f714d647349d44da35777826a.tar.gz
IVGCVSW-3507 Fix error in list of tested networks for Tf and TfLite parsers
* Move DeepSpeaker, FCRN and FSRCNN from TensorFlowSupport.md to TensorFlowLiteSupport.md Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I82d508d3599073eb8f6638994a91f46b4b95c247
-rw-r--r--src/armnnTfLiteParser/TensorFlowLiteSupport.md6
-rw-r--r--src/armnnTfParser/TensorFlowSupport.md6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
index a4c48ca6a0..bc4d109de9 100644
--- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md
+++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
@@ -78,4 +78,10 @@ Arm tested these operators with the following TensorFlow Lite neural network:
* DeepSpeech v1 converted from [TensorFlow model](https://github.com/mozilla/DeepSpeech/releases/tag/v0.4.1)
+* DeepSpeaker
+
+* FCRN
+
+* FSRCNN
+
More machine learning operators will be supported in future releases.
diff --git a/src/armnnTfParser/TensorFlowSupport.md b/src/armnnTfParser/TensorFlowSupport.md
index 67c69ea887..886dc7df1d 100644
--- a/src/armnnTfParser/TensorFlowSupport.md
+++ b/src/armnnTfParser/TensorFlowSupport.md
@@ -177,10 +177,4 @@ Arm tests these operators with the following TensorFlow fp32 neural networks:
* inception_v3. The Arm NN SDK only supports the official inception_v3 transformed model. See the TensorFlow documentation on [preparing models for mobile deployment](https://www.tensorflow.org/mobile/prepare_models) for more information on how to transform the inception_v3 network.
-* FCRN
-
-* FSRCNN
-
-* DeepSpeaker
-
More machine learning operators will be supported in future releases.