aboutsummaryrefslogtreecommitdiff
path: root/src/armnnCaffeParser
diff options
context:
space:
mode:
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.