aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ.md
blob: 2f06df62bb9004fb79f2aa7bfe6ab5039a166188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.