ArmNN
 23.08
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

 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. More...
 
void tflite_plugin_destroy_delegate (TfLiteDelegate *delegate)
 Destroy a given delegate plugin. More...