#include "armnn_delegate.hpp"
#include <armnn/Logging.hpp>
#include <armnn/utility/NumericCast.hpp>
#include <iostream>
#include <tensorflow/lite/minimal_logging.h>
Go to the source code of this file.
|
| 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.
|