EyeAI
Loading...
Searching...
No Matches
TfLiteRuntime.hpp File Reference
#include "EyeAICore/TensorBuffer.hpp"
#include "TfLiteUtils.hpp"
#include "tensorflow/lite/c/c_api.h"
#include "tensorflow/lite/delegates/gpu/delegate.h"
#include <memory>
#include <span>
#include <string>
#include <string_view>
Include dependency graph for TfLiteRuntime.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TfLiteReporterUserData
 Callbacks invoked by the tflite runtime, passed around as void* user_data. More...
 
class  TfLiteRuntime
 Helper class that wraps the tflite c api. More...
 

Typedefs

using TfLiteLogWarningCallback = void (*)(std::string)
 
using TfLiteLogErrorCallback = void (*)(std::string)
 

Typedef Documentation

◆ TfLiteLogErrorCallback

using TfLiteLogErrorCallback = void (*)(std::string)

◆ TfLiteLogWarningCallback

using TfLiteLogWarningCallback = void (*)(std::string)