24.08
|
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) |
TfLiteStatus armnnDelegate::DoPrepare | ( | TfLiteContext * | context, |
TfLiteDelegate * | delegate | ||
) |
TfLiteDelegate* armnnDelegate::TfLiteArmnnDelegateCreate | ( | armnnDelegate::DelegateOptions | options | ) |
Referenced by tflite::tflite_plugin_create_delegate().
void armnnDelegate::TfLiteArmnnDelegateDelete | ( | TfLiteDelegate * | tfLiteDelegate | ) |
Referenced by tflite::tflite_plugin_destroy_delegate().
DelegateOptions armnnDelegate::TfLiteArmnnDelegateOptionsDefault | ( | ) |