From 187fac00b338eb2de38c6a547136c689a7f0d522 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Wed, 21 Aug 2019 12:33:12 +0100 Subject: IVGCVSW-3507 Revise and update readmes for 19.08 Signed-off-by: Aron Virginas-Tar Change-Id: I3da43122240fda7864e0932d47b3efeea8bbed40 --- src/armnnTfParser/README.md | 2 +- src/armnnTfParser/TensorFlowSupport.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src/armnnTfParser') diff --git a/src/armnnTfParser/README.md b/src/armnnTfParser/README.md index e4aed65b94..dc7def8d41 100644 --- a/src/armnnTfParser/README.md +++ b/src/armnnTfParser/README.md @@ -2,4 +2,4 @@ `armnnTfParser` is a library for loading neural networks defined by TensorFlow protobuf files into the Arm NN runtime. -For more information about the TensorFlow operators that are supported, and the networks that have been tested, see [TensorFlowSupport.md](./TensorFlowSupport.md) \ No newline at end of file +For more information about the TensorFlow operators that are supported, and the networks that have been tested, see [TensorFlowSupport.md](./TensorFlowSupport.md). diff --git a/src/armnnTfParser/TensorFlowSupport.md b/src/armnnTfParser/TensorFlowSupport.md index 2e09768e42..67c69ea887 100644 --- a/src/armnnTfParser/TensorFlowSupport.md +++ b/src/armnnTfParser/TensorFlowSupport.md @@ -167,7 +167,7 @@ The parser does not support all forms of broadcasting [broadcast composition](ht Arm tests these operators with the following TensorFlow fp32 neural networks: -* Cifar10. +* Cifar10 * Lenet @@ -177,4 +177,10 @@ 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. -- cgit v1.2.1