ArmNN
 25.11
Loading...
Searching...
No Matches
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

 ~ArmnnSubgraph ()
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 94 of file armnn_delegate.hpp.

Constructor & Destructor Documentation

◆ ~ArmnnSubgraph()

Member Function Documentation

◆ Create()

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

◆ Invoke()

TfLiteStatus Invoke ( TfLiteContext * tfLiteContext,
TfLiteNode * tfLiteNode )

◆ Prepare()

TfLiteStatus Prepare ( TfLiteContext * tfLiteContext)

◆ VisitNode()

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

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