From 3a3ce56e1ce1d2ce3b3da9a6c8d7c69a317e71d0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 26 Feb 2020 13:11:00 +0000 Subject: Update IntegratorGuide.md file Signed-off-by: Nikhil Raj Change-Id: I901b8529f0bdfa281348853ad8ea944d2bcf01b9 --- docs/IntegratorGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:
 PRODUCT_PACKAGES += android.hardware.neuralnetworks@1.2-service-armnn
-
`Android.mk` contains the module definition of both versions of the ArmNN driver. + `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`: -- cgit v1.2.1