ArmNN
 25.02
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
armnnDelegate Namespace Reference

Classes

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

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 ( )