ArmNN
 22.05
ArmnnSubgraph Class Reference

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 79 of file armnn_delegate.hpp.

Member Function Documentation

◆ Create()

static ArmnnSubgraph* Create ( TfLiteContext *  tfLiteContext,
const TfLiteDelegateParams *  parameters,
const Delegate delegate 
)
static

◆ Invoke()

TfLiteStatus Invoke ( TfLiteContext *  tfLiteContext,
TfLiteNode *  tfLiteNode 
)

◆ Prepare()

TfLiteStatus Prepare ( TfLiteContext *  tfLiteContext)

◆ VisitNode()

static TfLiteStatus VisitNode ( DelegateData delegateData,
TfLiteContext *  tfLiteContext,
TfLiteRegistration *  tfLiteRegistration,
TfLiteNode *  tfLiteNode,
int  nodeIndex 
)
static

The documentation for this class was generated from the following file: