From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/classarmnn_delegate_1_1_armnn_subgraph.xhtml | 287 +++++++++++++++++++++ 1 file changed, 287 insertions(+) create mode 100644 21.08/classarmnn_delegate_1_1_armnn_subgraph.xhtml (limited to '21.08/classarmnn_delegate_1_1_armnn_subgraph.xhtml') diff --git a/21.08/classarmnn_delegate_1_1_armnn_subgraph.xhtml b/21.08/classarmnn_delegate_1_1_armnn_subgraph.xhtml new file mode 100644 index 0000000000..5e2384c6bd --- /dev/null +++ b/21.08/classarmnn_delegate_1_1_armnn_subgraph.xhtml @@ -0,0 +1,287 @@ + + + + + + + + + + + + + +ArmNN: ArmnnSubgraph Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ + +
+ +

ArmnnSubgraph class where parsing the nodes to ArmNN format and creating the ArmNN Graph. + More...

+ +

#include <armnn_delegate.hpp>

+ + + + + + +

+Public Member Functions

TfLiteStatus Prepare (TfLiteContext *tfLiteContext)
 
TfLiteStatus Invoke (TfLiteContext *tfLiteContext, TfLiteNode *tfLiteNode)
 
+ + + + + +

+Static Public Member Functions

static ArmnnSubgraphCreate (TfLiteContext *tfLiteContext, const TfLiteDelegateParams *parameters, const Delegate *delegate)
 
static TfLiteStatus VisitNode (DelegateData &delegateData, TfLiteContext *tfLiteContext, TfLiteRegistration *tfLiteRegistration, TfLiteNode *tfLiteNode, int nodeIndex)
 
+

Detailed Description

+

ArmnnSubgraph class where parsing the nodes to ArmNN format and creating the ArmNN Graph.

+ +

Definition at line 70 of file armnn_delegate.hpp.

+

Member Function Documentation

+ +

◆ Create()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
static ArmnnSubgraph* Create (TfLiteContext * tfLiteContext,
const TfLiteDelegateParams * parameters,
const Delegatedelegate 
)
+
+static
+
+ +
+
+ +

◆ Invoke()

+ +
+
+ + + + + + + + + + + + + + + + + + +
TfLiteStatus Invoke (TfLiteContext * tfLiteContext,
TfLiteNode * tfLiteNode 
)
+
+ +
+
+ +

◆ Prepare()

+ +
+
+ + + + + + + + +
TfLiteStatus Prepare (TfLiteContext * tfLiteContext)
+
+ +
+
+ +

◆ VisitNode()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
static TfLiteStatus VisitNode (DelegateDatadelegateData,
TfLiteContext * tfLiteContext,
TfLiteRegistration * tfLiteRegistration,
TfLiteNode * tfLiteNode,
int nodeIndex 
)
+
+static
+
+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1