24.08
|
#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>
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 | |
armnnDelegate | |
Functions | |
DelegateOptions | TfLiteArmnnDelegateOptionsDefault () |
TfLiteDelegate * | TfLiteArmnnDelegateCreate (armnnDelegate::DelegateOptions options) |
void | TfLiteArmnnDelegateDelete (TfLiteDelegate *tfLiteDelegate) |
TfLiteStatus | DoPrepare (TfLiteContext *context, TfLiteDelegate *delegate) |