aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2020-02-26 13:11:00 +0000
committerNikhil Raj <nikhil.raj@arm.com>2020-02-26 13:11:00 +0000
commit3a3ce56e1ce1d2ce3b3da9a6c8d7c69a317e71d0 (patch)
tree252fa4a93380b67d42062a5e1651469e64222233
parentf74a3106fce7c9c6c489d74d4356a1b1036c2228 (diff)
downloadandroid-nn-driver-3a3ce56e1ce1d2ce3b3da9a6c8d7c69a317e71d0.tar.gz
Update IntegratorGuide.md file
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I901b8529f0bdfa281348853ad8ea944d2bcf01b9
-rw-r--r--docs/IntegratorGuide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/IntegratorGuide.md b/docs/IntegratorGuide.md
index eb673b84..8200d811 100644
--- a/docs/IntegratorGuide.md
+++ b/docs/IntegratorGuide.md
@@ -34,7 +34,7 @@ For Android Q, a new version of the NN API is available (1.2),
thus the following should be added to `device.mk` instead:
<pre>
PRODUCT_PACKAGES += android.hardware.neuralnetworks@1.2-service-armnn
-</pre> `Android.mk` contains the module definition of both versions of the ArmNN driver.
+</pre> `Android.mk` contains the module definition of all three versions (1.0, 1.1 and 1.2) of the ArmNN driver.
Similarly, the Neon, CL or reference backend can be enabled/disabled by setting ARMNN_COMPUTE_CL_ENABLE,
ARMNN_COMPUTE_NEON_ENABLE or ARMNN_REF_ENABLE in `device.mk`: