24.08
|
Classes | |
class | ArmnnDelegatePlugin |
class | ArmnnOpaqueDelegate |
ArmNN Opaque Delegate. More... | |
class | ArmnnSubgraph |
ArmnnSubgraph class where parsing the nodes to ArmNN format and creating the ArmNN Graph. More... | |
struct | DelegateData |
Typedefs | |
using | TfLiteOpaqueDelegatePtr = tflite::delegates::TfLiteDelegatePtr |
Functions | |
::armnnDelegate::DelegateOptions | TfLiteArmnnDelegateOptionsDefault () |
Forward declaration for functions initializing the ArmNN Delegate. More... | |
TfLiteOpaqueDelegate * | TfLiteArmnnOpaqueDelegateCreate (armnnDelegate::DelegateOptions options) |
void | TfLiteArmnnOpaqueDelegateDelete (TfLiteOpaqueDelegate *tfLiteDelegate) |
TfLiteStatus | DoPrepare (TfLiteOpaqueContext *context, TfLiteOpaqueDelegate *delegate, void *data) |
armnnDelegate::DelegateOptions | ParseArmNNSettings (const tflite::TFLiteSettings *tflite_settings) |
const TfLiteOpaqueDelegatePlugin * | GetArmnnDelegatePluginApi () |
In order for the delegate to be loaded by TfLite. More... | |
using TfLiteOpaqueDelegatePtr = tflite::delegates::TfLiteDelegatePtr |
Definition at line 94 of file armnn_delegate.hpp.
TfLiteStatus armnnOpaqueDelegate::DoPrepare | ( | TfLiteOpaqueContext * | context, |
TfLiteOpaqueDelegate * | delegate, | ||
void * | data | ||
) |
const TfLiteOpaqueDelegatePlugin* armnnOpaqueDelegate::GetArmnnDelegatePluginApi | ( | ) |
In order for the delegate to be loaded by TfLite.
armnnDelegate::DelegateOptions armnnOpaqueDelegate::ParseArmNNSettings | ( | const tflite::TFLiteSettings * | tflite_settings | ) |
::armnnDelegate::DelegateOptions armnnOpaqueDelegate::TfLiteArmnnDelegateOptionsDefault | ( | ) |
Forward declaration for functions initializing the ArmNN Delegate.
TfLiteOpaqueDelegate* armnnOpaqueDelegate::TfLiteArmnnOpaqueDelegateCreate | ( | armnnDelegate::DelegateOptions | options | ) |
Referenced by ArmnnDelegatePlugin::Create().
void armnnOpaqueDelegate::TfLiteArmnnOpaqueDelegateDelete | ( | TfLiteOpaqueDelegate * | tfLiteDelegate | ) |
Referenced by ArmnnDelegatePlugin::Create().