ArmNN
 25.11
Loading...
Searching...
No Matches
armnn_delegate.hpp File Reference
#include <DelegateOptions.hpp>
#include <tensorflow/lite/builtin_ops.h>
#include <tensorflow/lite/c/builtin_op_data.h>
#include <tensorflow/lite/c/common.h>
#include <tensorflow/lite/minimal_logging.h>
#include <tensorflow/lite/version.h>
Include dependency graph for armnn_delegate.hpp:

Go to the source code of this file.

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...

Namespaces

namespace  armnnDelegate

Functions

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