aboutsummaryrefslogtreecommitdiff
path: root/src/armnnCaffeParser
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-05-21 14:27:48 +0100
committerJan Eilers <jan.eilers@arm.com>2020-05-22 14:49:45 +0000
commit753560b55dbf6656389b95efc8d4df07ac43cc9a (patch)
tree5185b55f0a7a20d520c3556ec91aca9730991799 /src/armnnCaffeParser
parent2624dd719a78d02e7500557d284191f90f7a707e (diff)
downloadarmnn-753560b55dbf6656389b95efc8d4df07ac43cc9a.tar.gz
IVGCVSW-4792 Update armnn readme and support files
* Add Transpose to SerializerSupport.md * Remove ResizeBilinear as it is deprecated layer * Add EXP and SPLIT_V to TensorFlowLiteSupport.md * Add transpose to TensorFlowSupport.md Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I05b0411b61c1b74b27b4669e81fa8ce521bb4190
Diffstat (limited to 'src/armnnCaffeParser')
-rw-r--r--src/armnnCaffeParser/CaffeSupport.md2
-rw-r--r--src/armnnCaffeParser/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/armnnCaffeParser/CaffeSupport.md b/src/armnnCaffeParser/CaffeSupport.md
index 9e4f1fa993..5d998937de 100644
--- a/src/armnnCaffeParser/CaffeSupport.md
+++ b/src/armnnCaffeParser/CaffeSupport.md
@@ -1,4 +1,4 @@
-#Caffe layers supported by the Arm NN SDK
+# Caffe layers supported by the Arm NN SDK
This reference guide provides a list of Caffe layers the Arm NN SDK currently supports.
Although some other neural networks might work, Arm tests the Arm NN SDK with Caffe implementations of the following neural networks:
diff --git a/src/armnnCaffeParser/README.md b/src/armnnCaffeParser/README.md
index 89f0a3f586..63e856dfdc 100644
--- a/src/armnnCaffeParser/README.md
+++ b/src/armnnCaffeParser/README.md
@@ -1,4 +1,4 @@
-#Arm NN Caffe parser
+# Arm NN Caffe parser
`armnnCaffeParser` is a library for loading neural networks defined in Caffe protobuf files into the Arm NN runtime.