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

Functions

DelegateOptions TfLiteArmnnDelegateOptionsDefault ()
TfLiteDelegate * TfLiteArmnnDelegateCreate (armnnDelegate::DelegateOptions options)
void TfLiteArmnnDelegateDelete (TfLiteDelegate *tfLiteDelegate)
TfLiteStatus DoPrepare (TfLiteContext *context, TfLiteDelegate *delegate)

Function Documentation

◆ DoPrepare()

TfLiteStatus DoPrepare ( TfLiteContext * context,
TfLiteDelegate * delegate )

◆ TfLiteArmnnDelegateCreate()

TfLiteDelegate * TfLiteArmnnDelegateCreate ( armnnDelegate::DelegateOptions options)

◆ TfLiteArmnnDelegateDelete()

void TfLiteArmnnDelegateDelete ( TfLiteDelegate * tfLiteDelegate)

◆ TfLiteArmnnDelegateOptionsDefault()

DelegateOptions TfLiteArmnnDelegateOptionsDefault ( )