aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorColm Donelan <Colm.Donelan@arm.com>2020-05-08 11:28:44 +0100
committerColm Donelan <colm.donelan@arm.com>2020-05-13 08:53:45 +0000
commit479aef883b345d9cdab52d2f1640a8a1c15b888e (patch)
treebad95be74e0e0129071084f53aa7d4073a5df139 /docs
parent5bb3d8a1edeab3f4fdbeb9baf7922cc52bd815fb (diff)
downloadarmnn-479aef883b345d9cdab52d2f1640a8a1c15b888e.tar.gz
MLCE-193 Add FAQ.md to ArmNN GitHub.
* Add basic FAQ.md file. * Refer to the file from README.md Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Change-Id: I16b861cd5513bd5493e3d2d459b61378b36a6846
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
new file mode 100644
index 0000000000..2f06df62bb
--- /dev/null
+++ b/docs/FAQ.md
@@ -0,0 +1,15 @@
+Frequently asked questions
+==========================
+
+These are issues that have been commonly seen when using ArmNN.
+
+Segmentation fault following a failed call to armnn::Optimize using CpuRef backend.
+---------------------------------------------------------
+
+In some error scenarios of calls to armnn::Optimize a null pointer may be
+returned. This contravenes the function documentation however, it can
+happen. Users are advised to check the value returned from the function as a
+precaution.
+
+If you encounter this problem and are able to isolate it consider contributing
+a solution.