From 8d2ca734165a068478df7cffa46185680b05cd20 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 24 Feb 2023 10:28:19 +0000 Subject: Update Doxygen docu for 23.02 Signed-off-by: Nikhil Raj Change-Id: Ie6c19a27d50fefab2796b2b5875374e81f5bf971 --- 23.02/namespaceandroid_1_1nn.xhtml | 142 +++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 23.02/namespaceandroid_1_1nn.xhtml (limited to '23.02/namespaceandroid_1_1nn.xhtml') diff --git a/23.02/namespaceandroid_1_1nn.xhtml b/23.02/namespaceandroid_1_1nn.xhtml new file mode 100644 index 0000000000..af6c4fe436 --- /dev/null +++ b/23.02/namespaceandroid_1_1nn.xhtml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + +ArmNN: android::nn Namespace Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
android::nn Namespace Reference
+
+
+ + + + +

+Functions

std::vector< SharedDevice > getDevices ()
 
+

Function Documentation

+ +

◆ getDevices()

+ +
+
+ + + + + + + +
std::vector<SharedDevice> android::nn::getDevices ()
+
+ +

Definition at line 13 of file support_library_service.cpp.

+
14 {
15  return { std::make_shared<armnn_driver::ArmnnDriver>(DriverOptions()) };
16 }
+
+
+
+
+
+ + + + -- cgit v1.2.1