From f4019872c1134c6fcc1d6993e5746f55c1e79208 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 8 Mar 2022 20:01:38 +0000 Subject: IVGCVSW-6819 Fix the directory structure and broken link to latest docu Signed-off-by: Nikhil Raj Change-Id: I05b559d15faf92c76ff536719693b361316be4f3 --- 22.02/namespacearmnn_delegate.xhtml | 227 ++++++++++++++++++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 22.02/namespacearmnn_delegate.xhtml (limited to '22.02/namespacearmnn_delegate.xhtml') diff --git a/22.02/namespacearmnn_delegate.xhtml b/22.02/namespacearmnn_delegate.xhtml new file mode 100644 index 0000000000..ff6c8f9920 --- /dev/null +++ b/22.02/namespacearmnn_delegate.xhtml @@ -0,0 +1,227 @@ + + + + + + + + + + + + + +ArmNN: armnnDelegate Namespace Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
armnnDelegate Namespace Reference
+
+
+ + + + + + + + + + + + +

+Classes

class  ArmnnSubgraph
 ArmnnSubgraph class where parsing the nodes to ArmNN format and creating the ArmNN Graph. More...
 
class  Delegate
 ArmNN Delegate. More...
 
struct  DelegateData
 
class  DelegateOptions
 
+ + + + + + + + + +

+Functions

DelegateOptions TfLiteArmnnDelegateOptionsDefault ()
 
TfLiteDelegate * TfLiteArmnnDelegateCreate (armnnDelegate::DelegateOptions options)
 
void TfLiteArmnnDelegateDelete (TfLiteDelegate *tfLiteDelegate)
 
TfLiteStatus DoPrepare (TfLiteContext *context, TfLiteDelegate *delegate)
 
+

Function Documentation

+ +

◆ DoPrepare()

+ +
+
+ + + + + + + + + + + + + + + + + + +
TfLiteStatus armnnDelegate::DoPrepare (TfLiteContext * context,
TfLiteDelegate * delegate 
)
+
+ +
+
+ +

◆ TfLiteArmnnDelegateCreate()

+ +
+
+ + + + + + + + +
TfLiteDelegate* armnnDelegate::TfLiteArmnnDelegateCreate (armnnDelegate::DelegateOptions options)
+
+
+ +

◆ TfLiteArmnnDelegateDelete()

+ +
+
+ + + + + + + + +
void armnnDelegate::TfLiteArmnnDelegateDelete (TfLiteDelegate * tfLiteDelegate)
+
+
+ +

◆ TfLiteArmnnDelegateOptionsDefault()

+ +
+
+ + + + + + + +
DelegateOptions armnnDelegate::TfLiteArmnnDelegateOptionsDefault ()
+
+ +
+
+
+
+ + + + -- cgit v1.2.1