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