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
diff --git a/src/armnnTfLiteParser/TensorFlowLiteSupport.md b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
index a4c48ca..bc4d109 100644
--- a/src/armnnTfLiteParser/TensorFlowLiteSupport.md
+++ b/src/armnnTfLiteParser/TensorFlowLiteSupport.md
@@ -78,4 +78,10 @@
 
 * 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 67c69ea..886dc7d 100644
--- a/src/armnnTfParser/TensorFlowSupport.md
+++ b/src/armnnTfParser/TensorFlowSupport.md
@@ -177,10 +177,4 @@
 
 * 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.