ArmNN
 25.11
Loading...
Searching...
No Matches
armnn_external_delegate.cpp File Reference
#include "armnn_delegate.hpp"
#include <armnn/Logging.hpp>
#include <armnn/utility/NumericCast.hpp>
#include <iostream>
#include <tensorflow/lite/minimal_logging.h>
Include dependency graph for armnn_external_delegate.cpp:

Go to the source code of this file.

Namespaces

namespace  tflite

Functions

TfLiteDelegate * tflite_plugin_create_delegate (char **options_keys, char **options_values, size_t num_options, void(*report_error)(const char *))
 This file defines two symbols that need to be exported to use the TFLite external delegate provider.
void tflite_plugin_destroy_delegate (TfLiteDelegate *delegate)
 Destroy a given delegate plugin.